Html Css Color HEX #CDC98E Winter Hazel

📋 copy color: '#CDC98E'

red 205 ◦ green 201 ◦ blue 142

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

Shades of Winter Hazel #CDC98E

Tints of Winter Hazel #CDC98E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.68%

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

R = 37.41%
G = 36.68%
B = 25.91%

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

#CDC98E (or 0xCDC98E) is known color: Winter Hazel. HEX triplet: CD, C9 and 8E. RGB value is (205,201,142). Sum of RGB (Red+Green+Blue) = 205+201+142=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC98E is #323671. Grayscale: #C3C3C3. Windows color (decimal): -3290738 or 9357773. OLE color: 9357773.

HSL color Cylindrical-coordinate representation of color #CDC98E: hue angle of 56.19º 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 #CDC98E is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 201 142 -
CMYK 0 0.02 0.31 0.20
HSL 56.19º 0.39% 0.68% -
HSV(B) 56.19º 0.31% 0.8% -
XYZ 50.95 56.71 33.85 -
YUV 195.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 205 201 142 0 0.02 0.31 0.20 56.19 0.39 0.68
Hex CD C9 8E 0 2 1F 14 38 27 44
Octal 315 311 216 0 2 37 24 70 47 104
Binary 11001101 11001001 10001110 0 10 11111 10100 111000 100111 1000100

Color Harmonies of #CDC98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC98E

Black with #CDC98E

Text Example


Text Example

White with #CDC98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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