#CFCD58

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

Shades of Wild Willow #CFCD58

Tints of Wild Willow #CFCD58

Color information

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

HSL color Cylindrical-coordinate representation of color #CFCD58: hue angle of 58.99º 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 #CFCD58 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB20720588-
CMYK00.010.570.19
HSL58.99º55.35%57.84%-
HSV(B)58.99º57.49%81.18%-
XYZ49.3257.6317.76-
YUV192.2669.16138.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072058800.010.570.1958.9955.3557.84
HexCFCD580139133b373a
Octal317315130017123736772
Binary110011111100110110110000111100110011111011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCD58; }

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

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

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

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

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

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

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

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