Html Css Color HEX #CDC377 Winter Hazel

📋 copy color: '#CDC377'

red 205 ◦ green 195 ◦ blue 119

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

Shades of Winter Hazel #CDC377

Tints of Winter Hazel #CDC377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.93%

R = 39.5%
G = 37.57%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDC377 (or 0xCDC377) is known color: Winter Hazel. HEX triplet: CD, C3 and 77. RGB value is (205,195,119). Sum of RGB (Red+Green+Blue) = 205+195+119=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC377 is #323C88. Grayscale: #BDBDBD. Windows color (decimal): -3292297 or 7848909. OLE color: 7848909.

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

Color convert

RGB 205 195 119 -
CMYK 0 0.05 0.42 0.20
HSL 53.02º 0.46% 0.64% -
HSV(B) 53.02º 0.42% 0.8% -
XYZ 48.02 53.34 25.22 -
YUV 189.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 205 195 119 0 0.05 0.42 0.20 53.02 0.46 0.64
Hex CD C3 77 0 5 2A 14 35 2E 40
Octal 315 303 167 0 5 52 24 65 56 100
Binary 11001101 11000011 1110111 0 101 101010 10100 110101 101110 1000000

Color Harmonies of #CDC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC377

Black with #CDC377

Text Example


Text Example

White with #CDC377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC377; }

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

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

background-color css

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

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

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

border-color css

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

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

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