Html Css Color HEX #CCC07D Winter Hazel

📋 copy color: '#CCC07D'

red 204 ◦ green 192 ◦ blue 125

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

Shades of Winter Hazel #CCC07D

Tints of Winter Hazel #CCC07D

RGB

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

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

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

R = 39.16%
G = 36.85%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCC07D (or 0xCCC07D) is known color: Winter Hazel. HEX triplet: CC, C0 and 7D. RGB value is (204,192,125). Sum of RGB (Red+Green+Blue) = 204+192+125=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC07D is #333F82. Grayscale: #BCBCBC. Windows color (decimal): -3358595 or 8241356. OLE color: 8241356.

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

Color convert

RGB 204 192 125 -
CMYK 0 0.06 0.39 0.2
HSL 50.89º 0.44% 0.65% -
HSV(B) 50.89º 0.39% 0.8% -
XYZ 47.45 52.02 26.94 -
YUV 187.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 204 192 125 0 0.06 0.39 0.2 50.89 0.44 0.65
Hex CC C0 7D 0 6 27 14 33 2C 41
Octal 314 300 175 0 6 47 24 63 54 101
Binary 11001100 11000000 1111101 0 110 100111 10100 110011 101100 1000001

Color Harmonies of #CCC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC07D

Black with #CCC07D

Text Example


Text Example

White with #CCC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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