Html Css Color HEX #CCCC6C Wild Willow

📋 copy color: '#CCCC6C'

red 204 ◦ green 204 ◦ blue 108

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

Shades of Wild Willow #CCCC6C

Tints of Wild Willow #CCCC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.93%

R = 39.53%
G = 39.53%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCCC6C (or 0xCCCC6C) is known color: Wild Willow. HEX triplet: CC, CC and 6C. RGB value is (204,204,108). Sum of RGB (Red+Green+Blue) = 204+204+108=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC6C is #333393. Grayscale: #C1C1C1. Windows color (decimal): -3355540 or 7130316. OLE color: 7130316.

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

Color convert

RGB 204 204 108 -
CMYK 0 0 0.47 0.2
HSL 60º 0.48% 0.61% -
HSV(B) 60º 0.47% 0.8% -
XYZ 49.2 57.11 22.62 -
YUV 193.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 204 204 108 0 0 0.47 0.2 60 0.48 0.61
Hex CC CC 6C 0 0 2F 14 3C 30 3D
Octal 314 314 154 0 0 57 24 74 60 75
Binary 11001100 11001100 1101100 0 0 101111 10100 111100 110000 111101

Color Harmonies of #CCCC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC6C

Black with #CCCC6C

Text Example


Text Example

White with #CCCC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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