Html Css Color HEX #D5D373 Goldenrod

📋 copy color: '#D5D373'

red 213 ◦ green 211 ◦ blue 115

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

Shades of Goldenrod #D5D373

Tints of Goldenrod #D5D373

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.15%

 BLUE value IS 115 (45.31% from 255) = 21.34%

R = 39.52%
G = 39.15%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5D373 (or 0xD5D373) is known color: Goldenrod. HEX triplet: D5, D3 and 73. RGB value is (213,211,115). Sum of RGB (Red+Green+Blue) = 213+211+115=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D373 is #2A2C8C. Grayscale: #C9C9C9. Windows color (decimal): -2763917 or 7590869. OLE color: 7590869.

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

Color convert

RGB 213 211 115 -
CMYK 0 0.01 0.46 0.16
HSL 58.78º 0.54% 0.64% -
HSV(B) 58.78º 0.46% 0.84% -
XYZ 53.83 61.97 25.34 -
YUV 200.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 213 211 115 0 0.01 0.46 0.16 58.78 0.54 0.64
Hex D5 D3 73 0 1 2E 10 3B 36 40
Octal 325 323 163 0 1 56 20 73 66 100
Binary 11010101 11010011 1110011 0 1 101110 10000 111011 110110 1000000

Color Harmonies of #D5D373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D373

Black with #D5D373

Text Example


Text Example

White with #D5D373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D373; }

 p { color: rgb(213,211,115); }

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

background-color css

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

 a { background-color: rgb(213,211,115); }

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

border-color css

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

 span { border-color: rgb(213,211,115); }

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