Html Css Color HEX #D5D077 Goldenrod

📋 copy color: '#D5D077'

red 213 ◦ green 208 ◦ blue 119

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

Shades of Goldenrod #D5D077

Tints of Goldenrod #D5D077

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.52%

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

R = 39.44%
G = 38.52%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D5D077 (or 0xD5D077) is known color: Goldenrod. HEX triplet: D5, D0 and 77. RGB value is (213,208,119). Sum of RGB (Red+Green+Blue) = 213+208+119=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D077 is #2A2F88. Grayscale: #C7C7C7. Windows color (decimal): -2764681 or 7852245. OLE color: 7852245.

HSL color Cylindrical-coordinate representation of color #D5D077: hue angle of 56.81º 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 #D5D077 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 208 119 -
CMYK 0 0.02 0.44 0.16
HSL 56.81º 0.53% 0.65% -
HSV(B) 56.81º 0.44% 0.84% -
XYZ 53.33 60.59 26.34 -
YUV 199.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 213 208 119 0 0.02 0.44 0.16 56.81 0.53 0.65
Hex D5 D0 77 0 2 2C 10 39 35 41
Octal 325 320 167 0 2 54 20 71 65 101
Binary 11010101 11010000 1110111 0 10 101100 10000 111001 110101 1000001

Color Harmonies of #D5D077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D077

Black with #D5D077

Text Example


Text Example

White with #D5D077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D077; }

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

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

background-color css

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

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

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

border-color css

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

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

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