Html Css Color HEX #D5D76E Goldenrod

📋 copy color: '#D5D76E'

red 213 ◦ green 215 ◦ blue 110

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

Shades of Goldenrod #D5D76E

Tints of Goldenrod #D5D76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.45%

R = 39.59%
G = 39.96%
B = 20.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5D76E (or 0xD5D76E) is known color: Goldenrod. HEX triplet: D5, D7 and 6E. RGB value is (213,215,110). Sum of RGB (Red+Green+Blue) = 213+215+110=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D76E is #2A2891. Grayscale: #CACACA. Windows color (decimal): -2762898 or 7264213. OLE color: 7264213.

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

Color convert

RGB 213 215 110 -
CMYK 0.01 0 0.49 0.16
HSL 61.14º 0.57% 0.64% -
HSV(B) 61.14º 0.49% 0.84% -
XYZ 54.56 63.87 24.21 -
YUV 202.43 75.84 135.54 -
System Red Green Blue C M Y K H S L
Decimal 213 215 110 0.01 0 0.49 0.16 61.14 0.57 0.64
Hex D5 D7 6E 1 0 31 10 3D 39 40
Octal 325 327 156 1 0 61 20 75 71 100
Binary 11010101 11010111 1101110 1 0 110001 10000 111101 111001 1000000

Color Harmonies of #D5D76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D76E

Black with #D5D76E

Text Example


Text Example

White with #D5D76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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