#CDCD69

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

Shades of Wild Willow #CDCD69

Tints of Wild Willow #CDCD69

Color information

#CDCD69 (or 0xCDCD69) is unknown color: approx Wild Willow. HEX triplet: CD, CD and 69. RGB value is (205,205,105). Sum of RGB (Red+Green+Blue) = 205+205+105=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD69 is #323296. Grayscale: #C2C2C2. Windows color (decimal): -3289751 or 6933965. OLE color: 6933965.

HSL color Cylindrical-coordinate representation of color #CDCD69: hue angle of 60º 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 #CDCD69 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB205205105-
CMYK000.490.20
HSL60º50%60.78%-
HSV(B)60º48.78%80.39%-
XYZ49.5657.6621.88-
YUV193.678136.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 105 (41.41% from 255) = 20.39%
R=39.81%
G=39.81%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205105000.490.20605060.78
HexCDCD690031143c323d
Octal315315151006124746275
Binary110011011100110111010010011000110100111100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD69; }

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

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

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

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

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

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

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

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