Html Css Color HEX #CCC28D Winter Hazel

📋 copy color: '#CCC28D'

red 204 ◦ green 194 ◦ blue 141

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

Shades of Winter Hazel #CCC28D

Tints of Winter Hazel #CCC28D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.99%

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

R = 37.85%
G = 35.99%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC28D (or 0xCCC28D) is known color: Winter Hazel. HEX triplet: CC, C2 and 8D. RGB value is (204,194,141). Sum of RGB (Red+Green+Blue) = 204+194+141=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC28D is #333D72. Grayscale: #BFBFBF. Windows color (decimal): -3358067 or 9290444. OLE color: 9290444.

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

Color convert

RGB 204 194 141 -
CMYK 0 0.05 0.31 0.2
HSL 50.48º 0.38% 0.68% -
HSV(B) 50.48º 0.31% 0.8% -
XYZ 49 53.34 32.91 -
YUV 190.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 204 194 141 0 0.05 0.31 0.2 50.48 0.38 0.68
Hex CC C2 8D 0 5 1F 14 32 26 44
Octal 314 302 215 0 5 37 24 62 46 104
Binary 11001100 11000010 10001101 0 101 11111 10100 110010 100110 1000100

Color Harmonies of #CCC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC28D

Black with #CCC28D

Text Example


Text Example

White with #CCC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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