Html Css Color HEX #D8D560 Goldenrod

📋 copy color: '#D8D560'

red 216 ◦ green 213 ◦ blue 96

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

Shades of Goldenrod #D8D560

Tints of Goldenrod #D8D560

RGB

 RED value IS 216 (84.77% from 255) = 41.14%

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

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

R = 41.14%
G = 40.57%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8D560 (or 0xD8D560) is known color: Goldenrod. HEX triplet: D8, D5 and 60. RGB value is (216,213,96). Sum of RGB (Red+Green+Blue) = 216+213+96=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D560 is #272A9F. Grayscale: #C9C9C9. Windows color (decimal): -2566816 or 6346200. OLE color: 6346200.

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

Color convert

RGB 216 213 96 -
CMYK 0 0.01 0.56 0.15
HSL 58.5º 0.61% 0.61% -
HSV(B) 58.5º 0.56% 0.85% -
XYZ 54.22 63.03 20.37 -
YUV 200.56 68.99 139.01 -
System Red Green Blue C M Y K H S L
Decimal 216 213 96 0 0.01 0.56 0.15 58.5 0.61 0.61
Hex D8 D5 60 0 1 38 F 3A 3D 3D
Octal 330 325 140 0 1 70 17 72 75 75
Binary 11011000 11010101 1100000 0 1 111000 1111 111010 111101 111101

Color Harmonies of #D8D560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D560

Black with #D8D560

Text Example


Text Example

White with #D8D560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D560; }

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

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

background-color css

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

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

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

border-color css

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

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

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