Html Css Color HEX #D5D36E Goldenrod

📋 copy color: '#D5D36E'

red 213 ◦ green 211 ◦ blue 110

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

Shades of Goldenrod #D5D36E

Tints of Goldenrod #D5D36E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.51%

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

R = 39.89%
G = 39.51%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5D36E (or 0xD5D36E) is known color: Goldenrod. HEX triplet: D5, D3 and 6E. RGB value is (213,211,110). Sum of RGB (Red+Green+Blue) = 213+211+110=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D36E is #2A2C91. Grayscale: #C8C8C8. Windows color (decimal): -2763922 or 7263189. OLE color: 7263189.

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

Color convert

RGB 213 211 110 -
CMYK 0 0.01 0.48 0.16
HSL 58.83º 0.55% 0.63% -
HSV(B) 58.83º 0.48% 0.84% -
XYZ 53.55 61.86 23.87 -
YUV 200.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 213 211 110 0 0.01 0.48 0.16 58.83 0.55 0.63
Hex D5 D3 6E 0 1 30 10 3B 37 3F
Octal 325 323 156 0 1 60 20 73 67 77
Binary 11010101 11010011 1101110 0 1 110000 10000 111011 110111 111111

Color Harmonies of #D5D36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D36E

Black with #D5D36E

Text Example


Text Example

White with #D5D36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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