Html Css Color HEX #D5D261 Goldenrod

📋 copy color: '#D5D261'

red 213 ◦ green 210 ◦ blue 97

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

Shades of Goldenrod #D5D261

Tints of Goldenrod #D5D261

RGB

 RED value IS 213 (83.59% from 255) = 40.96%

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

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

R = 40.96%
G = 40.38%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5D261 (or 0xD5D261) is known color: Goldenrod. HEX triplet: D5, D2 and 61. RGB value is (213,210,97). Sum of RGB (Red+Green+Blue) = 213+210+97=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D261 is #2A2D9E. Grayscale: #C6C6C6. Windows color (decimal): -2764191 or 6410965. OLE color: 6410965.

HSL color Cylindrical-coordinate representation of color #D5D261: hue angle of 58.45º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5D261 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 210 97 -
CMYK 0 0.01 0.54 0.16
HSL 58.45º 0.58% 0.61% -
HSV(B) 58.45º 0.54% 0.84% -
XYZ 52.64 61.1 20.33 -
YUV 198.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 213 210 97 0 0.01 0.54 0.16 58.45 0.58 0.61
Hex D5 D2 61 0 1 36 10 3A 3A 3D
Octal 325 322 141 0 1 66 20 72 72 75
Binary 11010101 11010010 1100001 0 1 110110 10000 111010 111010 111101

Color Harmonies of #D5D261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D261

Black with #D5D261

Text Example


Text Example

White with #D5D261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D261; }

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

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

background-color css

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

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

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

border-color css

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

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

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