Html Css Color HEX #D5D676 Goldenrod

📋 copy color: '#D5D676'

red 213 ◦ green 214 ◦ blue 118

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

Shades of Goldenrod #D5D676

Tints of Goldenrod #D5D676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.27%

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

R = 39.08%
G = 39.27%
B = 21.65%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5D676 (or 0xD5D676) is known color: Goldenrod. HEX triplet: D5, D6 and 76. RGB value is (213,214,118). Sum of RGB (Red+Green+Blue) = 213+214+118=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D676 is #2A2989. Grayscale: #CBCBCB. Windows color (decimal): -2763146 or 7788245. OLE color: 7788245.

HSL color Cylindrical-coordinate representation of color #D5D676: hue angle of 60.63º degrees, saturation: 0.54, 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 #D5D676 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 214 118 -
CMYK 0.00 0 0.45 0.16
HSL 60.63º 0.54% 0.65% -
HSV(B) 60.63º 0.45% 0.84% -
XYZ 54.76 63.55 26.52 -
YUV 202.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 213 214 118 0.00 0 0.45 0.16 60.63 0.54 0.65
Hex D5 D6 76 0 0 2D 10 3D 36 41
Octal 325 326 166 0 0 55 20 75 66 101
Binary 11010101 11010110 1110110 0 0 101101 10000 111101 110110 1000001

Color Harmonies of #D5D676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D676

Black with #D5D676

Text Example


Text Example

White with #D5D676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D676; }

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

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

background-color css

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

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

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

border-color css

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

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

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