Html Css Color HEX #D1D560 Goldenrod

📋 copy color: '#D1D560'

red 209 ◦ green 213 ◦ blue 96

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

Shades of Goldenrod #D1D560

Tints of Goldenrod #D1D560

RGB

 RED value IS 209 (82.03% from 255) = 40.35%

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

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

R = 40.35%
G = 41.12%
B = 18.53%

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

#D1D560 (or 0xD1D560) is known color: Goldenrod. HEX triplet: D1, D5 and 60. RGB value is (209,213,96). Sum of RGB (Red+Green+Blue) = 209+213+96=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D560 is #2E2A9F. Grayscale: #C6C6C6. Windows color (decimal): -3025568 or 6346193. OLE color: 6346193.

HSL color Cylindrical-coordinate representation of color #D1D560: hue angle of 62.05º 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 #D1D560 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 213 96 -
CMYK 0.02 0 0.55 0.16
HSL 62.05º 0.58% 0.61% -
HSV(B) 62.05º 0.55% 0.84% -
XYZ 52.2 61.99 20.28 -
YUV 198.47 70.17 135.51 -
System Red Green Blue C M Y K H S L
Decimal 209 213 96 0.02 0 0.55 0.16 62.05 0.58 0.61
Hex D1 D5 60 2 0 37 10 3E 3A 3D
Octal 321 325 140 2 0 67 20 76 72 75
Binary 11010001 11010101 1100000 10 0 110111 10000 111110 111010 111101

Color Harmonies of #D1D560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D560

Black with #D1D560

Text Example


Text Example

White with #D1D560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D560; }

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

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

background-color css

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

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

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

border-color css

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

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

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