Html Css Color HEX #CCC17D Winter Hazel

📋 copy color: '#CCC17D'

red 204 ◦ green 193 ◦ blue 125

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

Shades of Winter Hazel #CCC17D

Tints of Winter Hazel #CCC17D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.97%

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

R = 39.08%
G = 36.97%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCC17D (or 0xCCC17D) is known color: Winter Hazel. HEX triplet: CC, C1 and 7D. RGB value is (204,193,125). Sum of RGB (Red+Green+Blue) = 204+193+125=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC17D is #333E82. Grayscale: #BCBCBC. Windows color (decimal): -3358339 or 8241612. OLE color: 8241612.

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

Color convert

RGB 204 193 125 -
CMYK 0 0.05 0.39 0.2
HSL 51.65º 0.44% 0.65% -
HSV(B) 51.65º 0.39% 0.8% -
XYZ 47.67 52.46 27.01 -
YUV 188.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 204 193 125 0 0.05 0.39 0.2 51.65 0.44 0.65
Hex CC C1 7D 0 5 27 14 34 2C 41
Octal 314 301 175 0 5 47 24 64 54 101
Binary 11001100 11000001 1111101 0 101 100111 10100 110100 101100 1000001

Color Harmonies of #CCC17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC17D

Black with #CCC17D

Text Example


Text Example

White with #CCC17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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