Html Css Color HEX #CDC37E Winter Hazel

📋 copy color: '#CDC37E'

red 205 ◦ green 195 ◦ blue 126

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

Shades of Winter Hazel #CDC37E

Tints of Winter Hazel #CDC37E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.07%

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

R = 38.97%
G = 37.07%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CDC37E (or 0xCDC37E) is known color: Winter Hazel. HEX triplet: CD, C3 and 7E. RGB value is (205,195,126). Sum of RGB (Red+Green+Blue) = 205+195+126=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC37E is #323C81. Grayscale: #BEBEBE. Windows color (decimal): -3292290 or 8307661. OLE color: 8307661.

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

Color convert

RGB 205 195 126 -
CMYK 0 0.05 0.39 0.20
HSL 52.41º 0.44% 0.65% -
HSV(B) 52.41º 0.39% 0.8% -
XYZ 48.46 53.52 27.51 -
YUV 190.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 205 195 126 0 0.05 0.39 0.20 52.41 0.44 0.65
Hex CD C3 7E 0 5 27 14 34 2C 41
Octal 315 303 176 0 5 47 24 64 54 101
Binary 11001101 11000011 1111110 0 101 100111 10100 110100 101100 1000001

Color Harmonies of #CDC37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC37E

Black with #CDC37E

Text Example


Text Example

White with #CDC37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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