Html Css Color HEX #CCCC52 Wild Willow

📋 copy color: '#CCCC52'

red 204 ◦ green 204 ◦ blue 82

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

Shades of Wild Willow #CCCC52

Tints of Wild Willow #CCCC52

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.63%

 BLUE value IS 82 (32.42% from 255) = 16.73%

R = 41.63%
G = 41.63%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CCCC52 (or 0xCCCC52) is known color: Wild Willow. HEX triplet: CC, CC and 52. RGB value is (204,204,82). Sum of RGB (Red+Green+Blue) = 204+204+82=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC52 is #3333AD. Grayscale: #BEBEBE. Windows color (decimal): -3355566 or 5426380. OLE color: 5426380.

HSL color Cylindrical-coordinate representation of color #CCCC52: hue angle of 60º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCCC52 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 82 -
CMYK 0 0 0.60 0.2
HSL 60º 0.54% 0.56% -
HSV(B) 60º 0.6% 0.8% -
XYZ 48.02 56.63 16.38 -
YUV 190.09 67 137.92 -
System Red Green Blue C M Y K H S L
Decimal 204 204 82 0 0 0.60 0.2 60 0.54 0.56
Hex CC CC 52 0 0 3C 14 3C 36 38
Octal 314 314 122 0 0 74 24 74 66 70
Binary 11001100 11001100 1010010 0 0 111100 10100 111100 110110 111000

Color Harmonies of #CCCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC52

Black with #CCCC52

Text Example


Text Example

White with #CCCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC52; }

 p { color: rgb(204,204,82); }

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

background-color css

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

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

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

border-color css

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

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

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