Html Css Color HEX #CCCC56 Wild Willow

📋 copy color: '#CCCC56'

red 204 ◦ green 204 ◦ blue 86

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

Shades of Wild Willow #CCCC56

Tints of Wild Willow #CCCC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.41%

R = 41.3%
G = 41.3%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCCC56 (or 0xCCCC56) is known color: Wild Willow. HEX triplet: CC, CC and 56. RGB value is (204,204,86). Sum of RGB (Red+Green+Blue) = 204+204+86=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC56 is #3333A9. Grayscale: #BFBFBF. Windows color (decimal): -3355562 or 5688524. OLE color: 5688524.

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

Color convert

RGB 204 204 86 -
CMYK 0 0 0.58 0.2
HSL 60º 0.54% 0.57% -
HSV(B) 60º 0.58% 0.8% -
XYZ 48.17 56.69 17.21 -
YUV 190.55 69 137.59 -
System Red Green Blue C M Y K H S L
Decimal 204 204 86 0 0 0.58 0.2 60 0.54 0.57
Hex CC CC 56 0 0 3A 14 3C 36 39
Octal 314 314 126 0 0 72 24 74 66 71
Binary 11001100 11001100 1010110 0 0 111010 10100 111100 110110 111001

Color Harmonies of #CCCC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC56

Black with #CCCC56

Text Example


Text Example

White with #CCCC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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