Html Css Color HEX #D0D860 Goldenrod

📋 copy color: '#D0D860'

red 208 ◦ green 216 ◦ blue 96

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

Shades of Goldenrod #D0D860

Tints of Goldenrod #D0D860

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

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

R = 40%
G = 41.54%
B = 18.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D0D860 (or 0xD0D860) is known color: Goldenrod. HEX triplet: D0, D8 and 60. RGB value is (208,216,96). Sum of RGB (Red+Green+Blue) = 208+216+96=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D860 is #2F279F. Grayscale: #C8C8C8. Windows color (decimal): -3090336 or 6346960. OLE color: 6346960.

HSL color Cylindrical-coordinate representation of color #D0D860: hue angle of 64º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0D860 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 216 96 -
CMYK 0.04 0 0.56 0.15
HSL 64º 0.61% 0.61% -
HSV(B) 64º 0.56% 0.85% -
XYZ 52.68 63.37 20.52 -
YUV 199.93 69.35 133.76 -
System Red Green Blue C M Y K H S L
Decimal 208 216 96 0.04 0 0.56 0.15 64 0.61 0.61
Hex D0 D8 60 4 0 38 F 40 3D 3D
Octal 320 330 140 4 0 70 17 100 75 75
Binary 11010000 11011000 1100000 100 0 111000 1111 1000000 111101 111101

Color Harmonies of #D0D860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D860

Black with #D0D860

Text Example


Text Example

White with #D0D860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D860; }

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

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

background-color css

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

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

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

border-color css

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

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

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