Html Css Color HEX #D5D873 Goldenrod

📋 copy color: '#D5D873'

red 213 ◦ green 216 ◦ blue 115

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

Shades of Goldenrod #D5D873

Tints of Goldenrod #D5D873

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.71%

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

R = 39.15%
G = 39.71%
B = 21.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D5D873 (or 0xD5D873) is known color: Goldenrod. HEX triplet: D5, D8 and 73. RGB value is (213,216,115). Sum of RGB (Red+Green+Blue) = 213+216+115=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D873 is #2A278C. Grayscale: #CBCBCB. Windows color (decimal): -2762637 or 7592149. OLE color: 7592149.

HSL color Cylindrical-coordinate representation of color #D5D873: hue angle of 61.78º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5D873 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 216 115 -
CMYK 0.01 0 0.47 0.15
HSL 61.78º 0.56% 0.65% -
HSV(B) 61.78º 0.47% 0.85% -
XYZ 55.09 64.5 25.76 -
YUV 203.59 78.01 134.71 -
System Red Green Blue C M Y K H S L
Decimal 213 216 115 0.01 0 0.47 0.15 61.78 0.56 0.65
Hex D5 D8 73 1 0 2F F 3E 38 41
Octal 325 330 163 1 0 57 17 76 70 101
Binary 11010101 11011000 1110011 1 0 101111 1111 111110 111000 1000001

Color Harmonies of #D5D873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D873

Black with #D5D873

Text Example


Text Example

White with #D5D873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D873; }

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

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

background-color css

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

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

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

border-color css

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

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

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