Html Css Color HEX #CDC379 Winter Hazel

📋 copy color: '#CDC379'

red 205 ◦ green 195 ◦ blue 121

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

Shades of Winter Hazel #CDC379

Tints of Winter Hazel #CDC379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.22%

R = 39.35%
G = 37.43%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDC379 (or 0xCDC379) is known color: Winter Hazel. HEX triplet: CD, C3 and 79. RGB value is (205,195,121). Sum of RGB (Red+Green+Blue) = 205+195+121=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC379 is #323C86. Grayscale: #BDBDBD. Windows color (decimal): -3292295 or 7979981. OLE color: 7979981.

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

Color convert

RGB 205 195 121 -
CMYK 0 0.05 0.41 0.20
HSL 52.86º 0.46% 0.64% -
HSV(B) 52.86º 0.41% 0.8% -
XYZ 48.14 53.39 25.86 -
YUV 189.55 89.31 139.02 -
System Red Green Blue C M Y K H S L
Decimal 205 195 121 0 0.05 0.41 0.20 52.86 0.46 0.64
Hex CD C3 79 0 5 29 14 35 2E 40
Octal 315 303 171 0 5 51 24 65 56 100
Binary 11001101 11000011 1111001 0 101 101001 10100 110101 101110 1000000

Color Harmonies of #CDC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC379

Black with #CDC379

Text Example


Text Example

White with #CDC379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC379; }

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

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

background-color css

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

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

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

border-color css

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

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

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