Html Css Color HEX #CCC58D Winter Hazel

📋 copy color: '#CCC58D'

red 204 ◦ green 197 ◦ blue 141

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

Shades of Winter Hazel #CCC58D

Tints of Winter Hazel #CCC58D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.35%

 BLUE value IS 141 (55.47% from 255) = 26.01%

R = 37.64%
G = 36.35%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC58D (or 0xCCC58D) is known color: Winter Hazel. HEX triplet: CC, C5 and 8D. RGB value is (204,197,141). Sum of RGB (Red+Green+Blue) = 204+197+141=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC58D is #333A72. Grayscale: #C0C0C0. Windows color (decimal): -3357299 or 9291212. OLE color: 9291212.

HSL color Cylindrical-coordinate representation of color #CCC58D: hue angle of 53.33º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC58D is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 141 -
CMYK 0 0.03 0.31 0.2
HSL 53.33º 0.38% 0.68% -
HSV(B) 53.33º 0.31% 0.8% -
XYZ 49.68 54.69 33.14 -
YUV 192.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 204 197 141 0 0.03 0.31 0.2 53.33 0.38 0.68
Hex CC C5 8D 0 3 1F 14 35 26 44
Octal 314 305 215 0 3 37 24 65 46 104
Binary 11001100 11000101 10001101 0 11 11111 10100 110101 100110 1000100

Color Harmonies of #CCC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC58D

Black with #CCC58D

Text Example


Text Example

White with #CCC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC58D; }

 p { color: rgb(204,197,141); }

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

background-color css

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

 a { background-color: rgb(204,197,141); }

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

border-color css

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

 span { border-color: rgb(204,197,141); }

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