Html Css Color HEX #CDC88E Winter Hazel

📋 copy color: '#CDC88E'

red 205 ◦ green 200 ◦ blue 142

#CDC88E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CDC88E

Tints of Winter Hazel #CDC88E

RGB

 RED value IS 205 (80.47% from 255) = 37.48%

 GREEN value IS 200 (78.52% from 255) = 36.56%

 BLUE value IS 142 (55.86% from 255) = 25.96%

R = 37.48%
G = 36.56%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CDC88E (or 0xCDC88E) is known color: Winter Hazel. HEX triplet: CD, C8 and 8E. RGB value is (205,200,142). Sum of RGB (Red+Green+Blue) = 205+200+142=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC88E is #323771. Grayscale: #C3C3C3. Windows color (decimal): -3290994 or 9357517. OLE color: 9357517.

HSL color Cylindrical-coordinate representation of color #CDC88E: hue angle of 55.24º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDC88E is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 200 142 -
CMYK 0 0.02 0.31 0.20
HSL 55.24º 0.39% 0.68% -
HSV(B) 55.24º 0.31% 0.8% -
XYZ 50.71 56.24 33.77 -
YUV 194.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 205 200 142 0 0.02 0.31 0.20 55.24 0.39 0.68
Hex CD C8 8E 0 2 1F 14 37 27 44
Octal 315 310 216 0 2 37 24 67 47 104
Binary 11001101 11001000 10001110 0 10 11111 10100 110111 100111 1000100

Color Harmonies of #CDC88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC88E

Black with #CDC88E

Text Example


Text Example

White with #CDC88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC88E; }

 p { color: rgb(205,200,142); }

 H1.HeaderClassName
 {
   color: #CDC88E;
 }
 .AnyTagClassName
 {
   color: #CDC88E;
 }
</style>

background-color css

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

 a { background-color: rgb(205,200,142); }

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

border-color css

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

 span { border-color: rgb(205,200,142); }

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