#C8DB75

Color #C8DB75 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C8DB75

Tints of Deco #C8DB75

Color information

#C8DB75 (or 0xC8DB75) is unknown color: approx Deco. HEX triplet: C8, DB and 75. RGB value is (200,219,117). Sum of RGB (Red+Green+Blue) = 200+219+117=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DB75 is #37248A. Grayscale: #CACACA. Windows color (decimal): -3613835 or 7723976. OLE color: 7723976.

HSL color Cylindrical-coordinate representation of color #C8DB75: hue angle of 71.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8DB75 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB200219117-
CMYK0.0900.470.14
HSL71.18º58.62%65.88%-
HSV(B)71.18º46.58%85.88%-
XYZ52.3664.2326.47-
YUV201.6980.21126.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 219 (85.94% from 255) = 40.86%
BLUE value IS 117 (46.09% from 255) = 21.83%
R=37.31%
G=40.86%
B=21.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191170.0900.470.1471.1858.6265.88
HexC8DB75902FE473b42
Octal310333165110571610773102
Binary1100100011011011111010110010101111111010001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DB75; }

 p { color: rgb(200,219,117); }

 H1.HeaderClassName
 {
   color: #C8DB75;
 }
 .AnyTagClassName
 {
   color: #C8DB75;
 }
</style>
background-color css

<style>
 a { background-color: #C8DB75; }

 a { background-color: rgb(200,219,117); }

 div.DivClassName
 {
   background-color: #C8DB75;
 }
 .BgClassName
 {
   background-color: #C8DB75;
 }
</style>
border-color css

<style>
 span { border-color: #C8DB75; }

 span { border-color: rgb(200,219,117); }

 td.TdClassName
 {
   border-color: #C8DB75;
 }
 .TagClassName
 {
   border-color: #C8DB75;
 }
</style>