Html Css Color HEX #CDC07E Winter Hazel

📋 copy color: '#CDC07E'

red 205 ◦ green 192 ◦ blue 126

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

Shades of Winter Hazel #CDC07E

Tints of Winter Hazel #CDC07E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.71%

 BLUE value IS 126 (49.61% from 255) = 24.09%

R = 39.2%
G = 36.71%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CDC07E (or 0xCDC07E) is known color: Winter Hazel. HEX triplet: CD, C0 and 7E. RGB value is (205,192,126). Sum of RGB (Red+Green+Blue) = 205+192+126=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC07E is #323F81. Grayscale: #BCBCBC. Windows color (decimal): -3293058 or 8306893. OLE color: 8306893.

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

Color convert

RGB 205 192 126 -
CMYK 0 0.06 0.39 0.20
HSL 50.13º 0.44% 0.65% -
HSV(B) 50.13º 0.39% 0.8% -
XYZ 47.79 52.18 27.29 -
YUV 188.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 205 192 126 0 0.06 0.39 0.20 50.13 0.44 0.65
Hex CD C0 7E 0 6 27 14 32 2C 41
Octal 315 300 176 0 6 47 24 62 54 101
Binary 11001101 11000000 1111110 0 110 100111 10100 110010 101100 1000001

Color Harmonies of #CDC07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC07E

Black with #CDC07E

Text Example


Text Example

White with #CDC07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC07E; }

 p { color: rgb(205,192,126); }

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

background-color css

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

 a { background-color: rgb(205,192,126); }

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

border-color css

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

 span { border-color: rgb(205,192,126); }

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