Html Css Color HEX #D5D377 Goldenrod

📋 copy color: '#D5D377'

red 213 ◦ green 211 ◦ blue 119

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

Shades of Goldenrod #D5D377

Tints of Goldenrod #D5D377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.92%

R = 39.23%
G = 38.86%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D5D377 (or 0xD5D377) is known color: Goldenrod. HEX triplet: D5, D3 and 77. RGB value is (213,211,119). Sum of RGB (Red+Green+Blue) = 213+211+119=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D377 is #2A2C88. Grayscale: #C9C9C9. Windows color (decimal): -2763913 or 7853013. OLE color: 7853013.

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

Color convert

RGB 213 211 119 -
CMYK 0 0.01 0.44 0.16
HSL 58.72º 0.53% 0.65% -
HSV(B) 58.72º 0.44% 0.84% -
XYZ 54.06 62.07 26.58 -
YUV 201.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 213 211 119 0 0.01 0.44 0.16 58.72 0.53 0.65
Hex D5 D3 77 0 1 2C 10 3B 35 41
Octal 325 323 167 0 1 54 20 73 65 101
Binary 11010101 11010011 1110111 0 1 101100 10000 111011 110101 1000001

Color Harmonies of #D5D377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D377

Black with #D5D377

Text Example


Text Example

White with #D5D377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D377; }

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

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

background-color css

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

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

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

border-color css

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

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

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