Html Css Color HEX #D0CF5D Wild Willow

📋 copy color: '#D0CF5D'

red 208 ◦ green 207 ◦ blue 93

#D0CF5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #D0CF5D

Tints of Wild Willow #D0CF5D

RGB

 RED value IS 208 (81.64% from 255) = 40.94%

 GREEN value IS 207 (81.25% from 255) = 40.75%

 BLUE value IS 93 (36.72% from 255) = 18.31%

R = 40.94%
G = 40.75%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0CF5D (or 0xD0CF5D) is known color: Wild Willow. HEX triplet: D0, CF and 5D. RGB value is (208,207,93). Sum of RGB (Red+Green+Blue) = 208+207+93=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF5D is #2F30A2. Grayscale: #C2C2C2. Windows color (decimal): -3092643 or 6148048. OLE color: 6148048.

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

Color convert

RGB 208 207 93 -
CMYK 0 0.00 0.55 0.18
HSL 59.48º 0.55% 0.59% -
HSV(B) 59.48º 0.55% 0.82% -
XYZ 50.3 58.83 19.06 -
YUV 194.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 208 207 93 0 0.00 0.55 0.18 59.48 0.55 0.59
Hex D0 CF 5D 0 0 37 12 3B 37 3B
Octal 320 317 135 0 0 67 22 73 67 73
Binary 11010000 11001111 1011101 0 0 110111 10010 111011 110111 111011

Color Harmonies of #D0CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF5D

Black with #D0CF5D

Text Example


Text Example

White with #D0CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF5D; }

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

 H1.HeaderClassName
 {
   color: #D0CF5D;
 }
 .AnyTagClassName
 {
   color: #D0CF5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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