Html Css Color HEX #CDC67C Winter Hazel

📋 copy color: '#CDC67C'

red 205 ◦ green 198 ◦ blue 124

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

Shades of Winter Hazel #CDC67C

Tints of Winter Hazel #CDC67C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.57%

 BLUE value IS 124 (48.83% from 255) = 23.53%

R = 38.9%
G = 37.57%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CDC67C (or 0xCDC67C) is known color: Winter Hazel. HEX triplet: CD, C6 and 7C. RGB value is (205,198,124). Sum of RGB (Red+Green+Blue) = 205+198+124=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC67C is #323983. Grayscale: #BFBFBF. Windows color (decimal): -3291524 or 8177357. OLE color: 8177357.

HSL color Cylindrical-coordinate representation of color #CDC67C: hue angle of 54.81º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDC67C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 198 124 -
CMYK 0 0.03 0.40 0.20
HSL 54.81º 0.45% 0.65% -
HSV(B) 54.81º 0.4% 0.8% -
XYZ 49.01 54.82 27.07 -
YUV 191.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 205 198 124 0 0.03 0.40 0.20 54.81 0.45 0.65
Hex CD C6 7C 0 3 28 14 37 2D 41
Octal 315 306 174 0 3 50 24 67 55 101
Binary 11001101 11000110 1111100 0 11 101000 10100 110111 101101 1000001

Color Harmonies of #CDC67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC67C

Black with #CDC67C

Text Example


Text Example

White with #CDC67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC67C; }

 p { color: rgb(205,198,124); }

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

background-color css

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

 a { background-color: rgb(205,198,124); }

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

border-color css

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

 span { border-color: rgb(205,198,124); }

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