Html Css Color HEX #D7D560 Goldenrod

📋 copy color: '#D7D560'

red 215 ◦ green 213 ◦ blue 96

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

Shades of Goldenrod #D7D560

Tints of Goldenrod #D7D560

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

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

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

R = 41.03%
G = 40.65%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D7D560 (or 0xD7D560) is known color: Goldenrod. HEX triplet: D7, D5 and 60. RGB value is (215,213,96). Sum of RGB (Red+Green+Blue) = 215+213+96=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D560 is #282A9F. Grayscale: #C8C8C8. Windows color (decimal): -2632352 or 6346199. OLE color: 6346199.

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

Color convert

RGB 215 213 96 -
CMYK 0 0.01 0.55 0.16
HSL 58.99º 0.6% 0.61% -
HSV(B) 58.99º 0.55% 0.84% -
XYZ 53.93 62.88 20.36 -
YUV 200.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 215 213 96 0 0.01 0.55 0.16 58.99 0.6 0.61
Hex D7 D5 60 0 1 37 10 3B 3C 3D
Octal 327 325 140 0 1 67 20 73 74 75
Binary 11010111 11010101 1100000 0 1 110111 10000 111011 111100 111101

Color Harmonies of #D7D560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D560

Black with #D7D560

Text Example


Text Example

White with #D7D560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D560; }

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

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

background-color css

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

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

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

border-color css

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

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

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