Html Css Color HEX #CCCC5C Wild Willow

📋 copy color: '#CCCC5C'

red 204 ◦ green 204 ◦ blue 92

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

Shades of Wild Willow #CCCC5C

Tints of Wild Willow #CCCC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.4%

R = 40.8%
G = 40.8%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCCC5C (or 0xCCCC5C) is known color: Wild Willow. HEX triplet: CC, CC and 5C. RGB value is (204,204,92). Sum of RGB (Red+Green+Blue) = 204+204+92=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC5C is #3333A3. Grayscale: #BFBFBF. Windows color (decimal): -3355556 or 6081740. OLE color: 6081740.

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

Color convert

RGB 204 204 92 -
CMYK 0 0 0.55 0.2
HSL 60º 0.52% 0.58% -
HSV(B) 60º 0.55% 0.8% -
XYZ 48.43 56.8 18.54 -
YUV 191.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 204 204 92 0 0 0.55 0.2 60 0.52 0.58
Hex CC CC 5C 0 0 37 14 3C 34 3A
Octal 314 314 134 0 0 67 24 74 64 72
Binary 11001100 11001100 1011100 0 0 110111 10100 111100 110100 111010

Color Harmonies of #CCCC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC5C

Black with #CCCC5C

Text Example


Text Example

White with #CCCC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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