Html Css Color HEX #D7D261 Goldenrod

📋 copy color: '#D7D261'

red 215 ◦ green 210 ◦ blue 97

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

Shades of Goldenrod #D7D261

Tints of Goldenrod #D7D261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.23%

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

R = 41.19%
G = 40.23%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D7D261 (or 0xD7D261) is known color: Goldenrod. HEX triplet: D7, D2 and 61. RGB value is (215,210,97). Sum of RGB (Red+Green+Blue) = 215+210+97=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D261 is #282D9E. Grayscale: #C7C7C7. Windows color (decimal): -2633119 or 6410967. OLE color: 6410967.

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

Color convert

RGB 215 210 97 -
CMYK 0 0.02 0.55 0.16
HSL 57.46º 0.6% 0.61% -
HSV(B) 57.46º 0.55% 0.84% -
XYZ 53.23 61.4 20.36 -
YUV 198.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 215 210 97 0 0.02 0.55 0.16 57.46 0.6 0.61
Hex D7 D2 61 0 2 37 10 39 3C 3D
Octal 327 322 141 0 2 67 20 71 74 75
Binary 11010111 11010010 1100001 0 10 110111 10000 111001 111100 111101

Color Harmonies of #D7D261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D261

Black with #D7D261

Text Example


Text Example

White with #D7D261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D261; }

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

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

background-color css

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

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

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

border-color css

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

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

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