Html Css Color HEX #D5D773 Goldenrod

📋 copy color: '#D5D773'

red 213 ◦ green 215 ◦ blue 115

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

Shades of Goldenrod #D5D773

Tints of Goldenrod #D5D773

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.59%

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

R = 39.23%
G = 39.59%
B = 21.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5D773 (or 0xD5D773) is known color: Goldenrod. HEX triplet: D5, D7 and 73. RGB value is (213,215,115). Sum of RGB (Red+Green+Blue) = 213+215+115=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D773 is #2A288C. Grayscale: #CBCBCB. Windows color (decimal): -2762893 or 7591893. OLE color: 7591893.

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

Color convert

RGB 213 215 115 -
CMYK 0.01 0 0.47 0.16
HSL 61.2º 0.56% 0.65% -
HSV(B) 61.2º 0.47% 0.84% -
XYZ 54.84 63.98 25.68 -
YUV 203 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 213 215 115 0.01 0 0.47 0.16 61.2 0.56 0.65
Hex D5 D7 73 1 0 2F 10 3D 38 41
Octal 325 327 163 1 0 57 20 75 70 101
Binary 11010101 11010111 1110011 1 0 101111 10000 111101 111000 1000001

Color Harmonies of #D5D773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D773

Black with #D5D773

Text Example


Text Example

White with #D5D773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D773; }

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

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

background-color css

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

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

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

border-color css

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

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

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