Html Css Color HEX #CDC77D Winter Hazel

📋 copy color: '#CDC77D'

red 205 ◦ green 199 ◦ blue 125

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

Shades of Winter Hazel #CDC77D

Tints of Winter Hazel #CDC77D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.62%

 BLUE value IS 125 (49.22% from 255) = 23.63%

R = 38.75%
G = 37.62%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CDC77D (or 0xCDC77D) is known color: Winter Hazel. HEX triplet: CD, C7 and 7D. RGB value is (205,199,125). Sum of RGB (Red+Green+Blue) = 205+199+125=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC77D is #323882. Grayscale: #C0C0C0. Windows color (decimal): -3291267 or 8243149. OLE color: 8243149.

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

Color convert

RGB 205 199 125 -
CMYK 0 0.03 0.39 0.20
HSL 55.5º 0.44% 0.65% -
HSV(B) 55.5º 0.39% 0.8% -
XYZ 49.3 55.31 27.48 -
YUV 192.36 89.99 137.02 -
System Red Green Blue C M Y K H S L
Decimal 205 199 125 0 0.03 0.39 0.20 55.5 0.44 0.65
Hex CD C7 7D 0 3 27 14 38 2C 41
Octal 315 307 175 0 3 47 24 70 54 101
Binary 11001101 11000111 1111101 0 11 100111 10100 111000 101100 1000001

Color Harmonies of #CDC77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC77D

Black with #CDC77D

Text Example


Text Example

White with #CDC77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC77D; }

 p { color: rgb(205,199,125); }

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

background-color css

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

 a { background-color: rgb(205,199,125); }

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

border-color css

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

 span { border-color: rgb(205,199,125); }

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