Html Css Color HEX #D0CF57 Wild Willow

📋 copy color: '#D0CF57'

red 208 ◦ green 207 ◦ blue 87

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

Shades of Wild Willow #D0CF57

Tints of Wild Willow #D0CF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.33%

R = 41.43%
G = 41.24%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D0CF57 (or 0xD0CF57) is known color: Wild Willow. HEX triplet: D0, CF and 57. RGB value is (208,207,87). Sum of RGB (Red+Green+Blue) = 208+207+87=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF57 is #2F30A8. Grayscale: #C2C2C2. Windows color (decimal): -3092649 or 5754832. OLE color: 5754832.

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

Color convert

RGB 208 207 87 -
CMYK 0 0.00 0.58 0.18
HSL 59.5º 0.56% 0.58% -
HSV(B) 59.5º 0.58% 0.82% -
XYZ 50.05 58.72 17.71 -
YUV 193.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 208 207 87 0 0.00 0.58 0.18 59.5 0.56 0.58
Hex D0 CF 57 0 0 3A 12 3C 38 3A
Octal 320 317 127 0 0 72 22 74 70 72
Binary 11010000 11001111 1010111 0 0 111010 10010 111100 111000 111010

Color Harmonies of #D0CF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF57

Black with #D0CF57

Text Example


Text Example

White with #D0CF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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