Html Css Color HEX #D0D560 Goldenrod

📋 copy color: '#D0D560'

red 208 ◦ green 213 ◦ blue 96

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

Shades of Goldenrod #D0D560

Tints of Goldenrod #D0D560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

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

R = 40.23%
G = 41.2%
B = 18.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D0D560 (or 0xD0D560) is known color: Goldenrod. HEX triplet: D0, D5 and 60. RGB value is (208,213,96). Sum of RGB (Red+Green+Blue) = 208+213+96=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D560 is #2F2A9F. Grayscale: #C6C6C6. Windows color (decimal): -3091104 or 6346192. OLE color: 6346192.

HSL color Cylindrical-coordinate representation of color #D0D560: hue angle of 62.56º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0D560 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 96 -
CMYK 0.02 0 0.55 0.16
HSL 62.56º 0.58% 0.61% -
HSV(B) 62.56º 0.55% 0.84% -
XYZ 51.92 61.84 20.27 -
YUV 198.17 70.34 135.01 -
System Red Green Blue C M Y K H S L
Decimal 208 213 96 0.02 0 0.55 0.16 62.56 0.58 0.61
Hex D0 D5 60 2 0 37 10 3F 3A 3D
Octal 320 325 140 2 0 67 20 77 72 75
Binary 11010000 11010101 1100000 10 0 110111 10000 111111 111010 111101

Color Harmonies of #D0D560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D560

Black with #D0D560

Text Example


Text Example

White with #D0D560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D560; }

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

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

background-color css

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

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

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

border-color css

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

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

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