#CCCC68

Color #CCCC68 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CCCC68

Tints of Wild Willow #CCCC68

Color information

#CCCC68 (or 0xCCCC68) is unknown color: approx Wild Willow. HEX triplet: CC, CC and 68. RGB value is (204,204,104). Sum of RGB (Red+Green+Blue) = 204+204+104=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC68 is #333397. Grayscale: #C1C1C1. Windows color (decimal): -3355544 or 6868172. OLE color: 6868172.

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

Color convert

RGB204204104-
CMYK000.490.2
HSL60º49.5%60.39%-
HSV(B)60º49.02%80%-
XYZ48.9957.0221.52-
YUV192.678136.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 104 (41.02% from 255) = 20.31%
R=39.84%
G=39.84%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204104000.490.26049.560.39
HexCCCC680031143c323c
Octal314314150006124746274
Binary110011001100110011010000011000110100111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC68; }

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

 H1.HeaderClassName
 {
   color: #CCCC68;
 }
 .AnyTagClassName
 {
   color: #CCCC68;
 }
</style>
background-color css

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

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

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

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

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

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