#CDCF58

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

Shades of Wild Willow #CDCF58

Tints of Wild Willow #CDCF58

Color information

#CDCF58 (or 0xCDCF58) is unknown color: approx Wild Willow. HEX triplet: CD, CF and 58. RGB value is (205,207,88). Sum of RGB (Red+Green+Blue) = 205+207+88=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCF58 is #3230A7. Grayscale: #C1C1C1. Windows color (decimal): -3289256 or 5820365. OLE color: 5820365.

HSL color Cylindrical-coordinate representation of color #CDCF58: hue angle of 61.01º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDCF58 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB20520788-
CMYK0.0100.570.19
HSL61.01º55.35%57.84%-
HSV(B)61.01º57.49%81.18%-
XYZ49.2558.3117.89-
YUV192.8468.84136.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 207 (81.25% from 255) = 41.4%
BLUE value IS 88 (34.77% from 255) = 17.6%
R=41%
G=41.4%
B=17.6%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205207880.0100.570.1961.0155.3557.84
HexCDCF581039133d373a
Octal315317130107123756772
Binary110011011100111110110001011100110011111101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCF58; }

 p { color: rgb(205,207,88); }

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

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

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

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

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

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

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