Html Css Color HEX #D5D77A Goldenrod

📋 copy color: '#D5D77A'

red 213 ◦ green 215 ◦ blue 122

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

Shades of Goldenrod #D5D77A

Tints of Goldenrod #D5D77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.18%

R = 38.73%
G = 39.09%
B = 22.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5D77A (or 0xD5D77A) is known color: Goldenrod. HEX triplet: D5, D7 and 7A. RGB value is (213,215,122). Sum of RGB (Red+Green+Blue) = 213+215+122=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D77A is #2A2885. Grayscale: #CCCCCC. Windows color (decimal): -2762886 or 8050645. OLE color: 8050645.

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

Color convert

RGB 213 215 122 -
CMYK 0.01 0 0.43 0.16
HSL 61.29º 0.54% 0.66% -
HSV(B) 61.29º 0.43% 0.84% -
XYZ 55.25 64.15 27.88 -
YUV 203.8 81.84 134.56 -
System Red Green Blue C M Y K H S L
Decimal 213 215 122 0.01 0 0.43 0.16 61.29 0.54 0.66
Hex D5 D7 7A 1 0 2B 10 3D 36 42
Octal 325 327 172 1 0 53 20 75 66 102
Binary 11010101 11010111 1111010 1 0 101011 10000 111101 110110 1000010

Color Harmonies of #D5D77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D77A

Black with #D5D77A

Text Example


Text Example

White with #D5D77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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