Html Css Color HEX #D0D260 Wild Willow

📋 copy color: '#D0D260'

red 208 ◦ green 210 ◦ blue 96

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

Shades of Wild Willow #D0D260

Tints of Wild Willow #D0D260

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.86%

 BLUE value IS 96 (37.89% from 255) = 18.68%

R = 40.47%
G = 40.86%
B = 18.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0D260 (or 0xD0D260) is known color: Wild Willow. HEX triplet: D0, D2 and 60. RGB value is (208,210,96). Sum of RGB (Red+Green+Blue) = 208+210+96=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D260 is #2F2D9F. Grayscale: #C4C4C4. Windows color (decimal): -3091872 or 6345424. OLE color: 6345424.

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

Color convert

RGB 208 210 96 -
CMYK 0.01 0 0.54 0.18
HSL 61.05º 0.56% 0.6% -
HSV(B) 61.05º 0.54% 0.82% -
XYZ 51.17 60.35 20.02 -
YUV 196.41 71.34 136.27 -
System Red Green Blue C M Y K H S L
Decimal 208 210 96 0.01 0 0.54 0.18 61.05 0.56 0.6
Hex D0 D2 60 1 0 36 12 3D 38 3C
Octal 320 322 140 1 0 66 22 75 70 74
Binary 11010000 11010010 1100000 1 0 110110 10010 111101 111000 111100

Color Harmonies of #D0D260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D260

Black with #D0D260

Text Example


Text Example

White with #D0D260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D260; }

 p { color: rgb(208,210,96); }

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

background-color css

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

 a { background-color: rgb(208,210,96); }

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

border-color css

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

 span { border-color: rgb(208,210,96); }

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