Html Css Color HEX #CCCC61 Wild Willow

📋 copy color: '#CCCC61'

red 204 ◦ green 204 ◦ blue 97

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

Shades of Wild Willow #CCCC61

Tints of Wild Willow #CCCC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.21%

R = 40.4%
G = 40.4%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCCC61 (or 0xCCCC61) is known color: Wild Willow. HEX triplet: CC, CC and 61. RGB value is (204,204,97). Sum of RGB (Red+Green+Blue) = 204+204+97=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC61 is #33339E. Grayscale: #C0C0C0. Windows color (decimal): -3355551 or 6409420. OLE color: 6409420.

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

Color convert

RGB 204 204 97 -
CMYK 0 0 0.52 0.2
HSL 60º 0.51% 0.59% -
HSV(B) 60º 0.52% 0.8% -
XYZ 48.65 56.89 19.73 -
YUV 191.8 74.5 136.7 -
System Red Green Blue C M Y K H S L
Decimal 204 204 97 0 0 0.52 0.2 60 0.51 0.59
Hex CC CC 61 0 0 34 14 3C 33 3B
Octal 314 314 141 0 0 64 24 74 63 73
Binary 11001100 11001100 1100001 0 0 110100 10100 111100 110011 111011

Color Harmonies of #CCCC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC61

Black with #CCCC61

Text Example


Text Example

White with #CCCC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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