#C8D27D

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

Shades of Deco #C8D27D

Tints of Deco #C8D27D

Color information

#C8D27D (or 0xC8D27D) is unknown color: approx Deco. HEX triplet: C8, D2 and 7D. RGB value is (200,210,125). Sum of RGB (Red+Green+Blue) = 200+210+125=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D27D is #372D82. Grayscale: #C5C5C5. Windows color (decimal): -3616131 or 8245960. OLE color: 8245960.

HSL color Cylindrical-coordinate representation of color #C8D27D: hue angle of 67.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8D27D is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB200210125-
CMYK0.0500.400.18
HSL67.06º48.57%65.69%-
HSV(B)67.06º40.48%82.35%-
XYZ50.5759.8528.29-
YUV197.3287.19129.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 210 (82.42% from 255) = 39.25%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=37.38%
G=39.25%
B=23.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002101250.0500.400.1867.0648.5765.69
HexC8D27D502812433142
Octal31032217550502210361102
Binary1100100011010010111110110101010001001010000111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D27D; }

 p { color: rgb(200,210,125); }

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

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

 a { background-color: rgb(200,210,125); }

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

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

 span { border-color: rgb(200,210,125); }

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