Html Css Color HEX #D7D461 Goldenrod

📋 copy color: '#D7D461'

red 215 ◦ green 212 ◦ blue 97

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

Shades of Goldenrod #D7D461

Tints of Goldenrod #D7D461

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.46%

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

R = 41.03%
G = 40.46%
B = 18.51%

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

#D7D461 (or 0xD7D461) is known color: Goldenrod. HEX triplet: D7, D4 and 61. RGB value is (215,212,97). Sum of RGB (Red+Green+Blue) = 215+212+97=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D461 is #282B9E. Grayscale: #C8C8C8. Windows color (decimal): -2632607 or 6411479. OLE color: 6411479.

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

Color convert

RGB 215 212 97 -
CMYK 0 0.01 0.55 0.16
HSL 58.47º 0.6% 0.61% -
HSV(B) 58.47º 0.55% 0.84% -
XYZ 53.73 62.4 20.52 -
YUV 199.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 215 212 97 0 0.01 0.55 0.16 58.47 0.6 0.61
Hex D7 D4 61 0 1 37 10 3A 3C 3D
Octal 327 324 141 0 1 67 20 72 74 75
Binary 11010111 11010100 1100001 0 1 110111 10000 111010 111100 111101

Color Harmonies of #D7D461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D461

Black with #D7D461

Text Example


Text Example

White with #D7D461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D461; }

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

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

background-color css

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

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

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

border-color css

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

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

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