Html Css Color HEX #D7D561 Goldenrod

📋 copy color: '#D7D561'

red 215 ◦ green 213 ◦ blue 97

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

Shades of Goldenrod #D7D561

Tints of Goldenrod #D7D561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.48%

R = 40.95%
G = 40.57%
B = 18.48%

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

#D7D561 (or 0xD7D561) is known color: Goldenrod. HEX triplet: D7, D5 and 61. RGB value is (215,213,97). Sum of RGB (Red+Green+Blue) = 215+213+97=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D561 is #282A9E. Grayscale: #C8C8C8. Windows color (decimal): -2632351 or 6411735. OLE color: 6411735.

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

Color convert

RGB 215 213 97 -
CMYK 0 0.01 0.55 0.16
HSL 58.98º 0.6% 0.61% -
HSV(B) 58.98º 0.55% 0.84% -
XYZ 53.98 62.9 20.61 -
YUV 200.37 69.66 138.43 -
System Red Green Blue C M Y K H S L
Decimal 215 213 97 0 0.01 0.55 0.16 58.98 0.6 0.61
Hex D7 D5 61 0 1 37 10 3B 3C 3D
Octal 327 325 141 0 1 67 20 73 74 75
Binary 11010111 11010101 1100001 0 1 110111 10000 111011 111100 111101

Color Harmonies of #D7D561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D561

Black with #D7D561

Text Example


Text Example

White with #D7D561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D561; }

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

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

background-color css

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

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

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

border-color css

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

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

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