Html Css Color HEX #CCCC5E Wild Willow

📋 copy color: '#CCCC5E'

red 204 ◦ green 204 ◦ blue 94

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

Shades of Wild Willow #CCCC5E

Tints of Wild Willow #CCCC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.73%

R = 40.64%
G = 40.64%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCCC5E (or 0xCCCC5E) is known color: Wild Willow. HEX triplet: CC, CC and 5E. RGB value is (204,204,94). Sum of RGB (Red+Green+Blue) = 204+204+94=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC5E is #3333A1. Grayscale: #BFBFBF. Windows color (decimal): -3355554 or 6212812. OLE color: 6212812.

HSL color Cylindrical-coordinate representation of color #CCCC5E: 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.54%. Process color model (Four color, CMYK) of #CCCC5E is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 94 -
CMYK 0 0 0.54 0.2
HSL 60º 0.52% 0.58% -
HSV(B) 60º 0.54% 0.8% -
XYZ 48.52 56.83 19 -
YUV 191.46 73 136.94 -
System Red Green Blue C M Y K H S L
Decimal 204 204 94 0 0 0.54 0.2 60 0.52 0.58
Hex CC CC 5E 0 0 36 14 3C 34 3A
Octal 314 314 136 0 0 66 24 74 64 72
Binary 11001100 11001100 1011110 0 0 110110 10100 111100 110100 111010

Color Harmonies of #CCCC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC5E

Black with #CCCC5E

Text Example


Text Example

White with #CCCC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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