#CCCD67

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

Shades of Wild Willow #CCCD67

Tints of Wild Willow #CCCD67

Color information

#CCCD67 (or 0xCCCD67) is unknown color: approx Wild Willow. HEX triplet: CC, CD and 67. RGB value is (204,205,103). Sum of RGB (Red+Green+Blue) = 204+205+103=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD67 is #333298. Grayscale: #C1C1C1. Windows color (decimal): -3355289 or 6802892. OLE color: 6802892.

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

Color convert

RGB204205103-
CMYK0.0000.500.20
HSL60.59º50.5%60.39%-
HSV(B)60.59º49.76%80.39%-
XYZ49.1857.4821.33-
YUV193.0777.17135.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 103 (40.62% from 255) = 20.12%
R=39.84%
G=40.04%
B=20.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051030.0000.500.2060.5950.560.39
HexCCCD670032143d323c
Octal314315147006224756274
Binary110011001100110111001110011001010100111101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD67; }

 p { color: rgb(204,205,103); }

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

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

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

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

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

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

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