Html Css Color HEX #CCC77D Winter Hazel

📋 copy color: '#CCC77D'

red 204 ◦ green 199 ◦ blue 125

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

Shades of Winter Hazel #CCC77D

Tints of Winter Hazel #CCC77D

RGB

 RED value IS 204 (80.08% from 255) = 38.64%

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

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

R = 38.64%
G = 37.69%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCC77D (or 0xCCC77D) is known color: Winter Hazel. HEX triplet: CC, C7 and 7D. RGB value is (204,199,125). Sum of RGB (Red+Green+Blue) = 204+199+125=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC77D is #333882. Grayscale: #C0C0C0. Windows color (decimal): -3356803 or 8243148. OLE color: 8243148.

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

Color convert

RGB 204 199 125 -
CMYK 0 0.02 0.39 0.2
HSL 56.2º 0.44% 0.65% -
HSV(B) 56.2º 0.39% 0.8% -
XYZ 49.03 55.16 27.47 -
YUV 192.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 204 199 125 0 0.02 0.39 0.2 56.2 0.44 0.65
Hex CC C7 7D 0 2 27 14 38 2C 41
Octal 314 307 175 0 2 47 24 70 54 101
Binary 11001100 11000111 1111101 0 10 100111 10100 111000 101100 1000001

Color Harmonies of #CCC77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC77D

Black with #CCC77D

Text Example


Text Example

White with #CCC77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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