Html Css Color HEX #CDC078 Winter Hazel

📋 copy color: '#CDC078'

red 205 ◦ green 192 ◦ blue 120

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

Shades of Winter Hazel #CDC078

Tints of Winter Hazel #CDC078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.21%

R = 39.65%
G = 37.14%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDC078 (or 0xCDC078) is known color: Winter Hazel. HEX triplet: CD, C0 and 78. RGB value is (205,192,120). Sum of RGB (Red+Green+Blue) = 205+192+120=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC078 is #323F87. Grayscale: #BBBBBB. Windows color (decimal): -3293064 or 7913677. OLE color: 7913677.

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

Color convert

RGB 205 192 120 -
CMYK 0 0.06 0.41 0.20
HSL 50.82º 0.46% 0.64% -
HSV(B) 50.82º 0.41% 0.8% -
XYZ 47.42 52.03 25.31 -
YUV 187.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 205 192 120 0 0.06 0.41 0.20 50.82 0.46 0.64
Hex CD C0 78 0 6 29 14 33 2E 40
Octal 315 300 170 0 6 51 24 63 56 100
Binary 11001101 11000000 1111000 0 110 101001 10100 110011 101110 1000000

Color Harmonies of #CDC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC078

Black with #CDC078

Text Example


Text Example

White with #CDC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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