Html Css Color HEX #D0CF5A Wild Willow

📋 copy color: '#D0CF5A'

red 208 ◦ green 207 ◦ blue 90

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

Shades of Wild Willow #D0CF5A

Tints of Wild Willow #D0CF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.82%

R = 41.19%
G = 40.99%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0CF5A (or 0xD0CF5A) is known color: Wild Willow. HEX triplet: D0, CF and 5A. RGB value is (208,207,90). Sum of RGB (Red+Green+Blue) = 208+207+90=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF5A is #2F30A5. Grayscale: #C2C2C2. Windows color (decimal): -3092646 or 5951440. OLE color: 5951440.

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

Color convert

RGB 208 207 90 -
CMYK 0 0.00 0.57 0.18
HSL 59.49º 0.56% 0.58% -
HSV(B) 59.49º 0.57% 0.82% -
XYZ 50.17 58.77 18.37 -
YUV 193.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 208 207 90 0 0.00 0.57 0.18 59.49 0.56 0.58
Hex D0 CF 5A 0 0 39 12 3B 38 3A
Octal 320 317 132 0 0 71 22 73 70 72
Binary 11010000 11001111 1011010 0 0 111001 10010 111011 111000 111010

Color Harmonies of #D0CF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF5A

Black with #D0CF5A

Text Example


Text Example

White with #D0CF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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