#CCCD69

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

Shades of Wild Willow #CCCD69

Tints of Wild Willow #CCCD69

Color information

#CCCD69 (or 0xCCCD69) is unknown color: approx Wild Willow. HEX triplet: CC, CD and 69. RGB value is (204,205,105). Sum of RGB (Red+Green+Blue) = 204+205+105=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD69 is #333296. Grayscale: #C1C1C1. Windows color (decimal): -3355287 or 6933964. OLE color: 6933964.

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

Color convert

RGB204205105-
CMYK0.0000.490.20
HSL60.6º50%60.78%-
HSV(B)60.6º48.78%80.39%-
XYZ49.2857.5221.87-
YUV193.378.17135.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=39.69%
G=39.88%
B=20.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051050.0000.490.2060.65060.78
HexCCCD690031143d323d
Octal314315151006124756275
Binary110011001100110111010010011000110100111101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD69; }

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

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

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

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

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

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

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

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