#d0cf62

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

Shades of Wild Willow #D0CF62

Tints of Wild Willow #D0CF62

Color information

#D0CF62 (or 0xD0CF62) is unknown color: approx Wild Willow. HEX triplet: D0, CF and 62. RGB value is (208,207,98). Sum of RGB (Red+Green+Blue) = 208+207+98=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF62 is #2F309D. Grayscale: #C3C3C3. Windows color (decimal): -3092638 or 6475728. OLE color: 6475728.

HSL color Cylindrical-coordinate representation of color #D0CF62: hue angle of 59.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0CF62 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB20820798-
CMYK00.000.530.18
HSL59.45º53.92%60%-
HSV(B)59.45º52.88%81.57%-
XYZ50.5358.9220.26-
YUV194.8773.33137.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 207 (81.25% from 255) = 40.35%
BLUE value IS 98 (38.67% from 255) = 19.10%
R=40.55%
G=40.35%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082079800.000.530.1859.4553.9260
HexD0CF620035123b363c
Octal320317142006522736674
Binary110100001100111111000100011010110010111011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0cf62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0cf62; }

 p { color: rgb(208,207,98); }

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

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

 a { background-color: rgb(208,207,98); }

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

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

 span { border-color: rgb(208,207,98); }

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