Html Css Color HEX #D5D076 Goldenrod

📋 copy color: '#D5D076'

red 213 ◦ green 208 ◦ blue 118

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

Shades of Goldenrod #D5D076

Tints of Goldenrod #D5D076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.89%

R = 39.52%
G = 38.59%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5D076 (or 0xD5D076) is known color: Goldenrod. HEX triplet: D5, D0 and 76. RGB value is (213,208,118). Sum of RGB (Red+Green+Blue) = 213+208+118=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D076 is #2A2F89. Grayscale: #C7C7C7. Windows color (decimal): -2764682 or 7786709. OLE color: 7786709.

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

Color convert

RGB 213 208 118 -
CMYK 0 0.02 0.45 0.16
HSL 56.84º 0.53% 0.65% -
HSV(B) 56.84º 0.45% 0.84% -
XYZ 53.27 60.57 26.02 -
YUV 199.24 82.16 137.82 -
System Red Green Blue C M Y K H S L
Decimal 213 208 118 0 0.02 0.45 0.16 56.84 0.53 0.65
Hex D5 D0 76 0 2 2D 10 39 35 41
Octal 325 320 166 0 2 55 20 71 65 101
Binary 11010101 11010000 1110110 0 10 101101 10000 111001 110101 1000001

Color Harmonies of #D5D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D076

Black with #D5D076

Text Example


Text Example

White with #D5D076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D076; }

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

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

background-color css

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

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

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

border-color css

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

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

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