Html Css Color HEX #D2D560 Goldenrod

📋 copy color: '#D2D560'

red 210 ◦ green 213 ◦ blue 96

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

Shades of Goldenrod #D2D560

Tints of Goldenrod #D2D560

RGB

 RED value IS 210 (82.42% from 255) = 40.46%

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

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

R = 40.46%
G = 41.04%
B = 18.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D2D560 (or 0xD2D560) is known color: Goldenrod. HEX triplet: D2, D5 and 60. RGB value is (210,213,96). Sum of RGB (Red+Green+Blue) = 210+213+96=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D560 is #2D2A9F. Grayscale: #C7C7C7. Windows color (decimal): -2960032 or 6346194. OLE color: 6346194.

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

Color convert

RGB 210 213 96 -
CMYK 0.01 0 0.55 0.16
HSL 61.54º 0.58% 0.61% -
HSV(B) 61.54º 0.55% 0.84% -
XYZ 52.48 62.13 20.29 -
YUV 198.77 70.01 136.01 -
System Red Green Blue C M Y K H S L
Decimal 210 213 96 0.01 0 0.55 0.16 61.54 0.58 0.61
Hex D2 D5 60 1 0 37 10 3E 3A 3D
Octal 322 325 140 1 0 67 20 76 72 75
Binary 11010010 11010101 1100000 1 0 110111 10000 111110 111010 111101

Color Harmonies of #D2D560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D560

Black with #D2D560

Text Example


Text Example

White with #D2D560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D560; }

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

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

background-color css

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

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

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

border-color css

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

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

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