Html Css Color HEX #D5D46E Goldenrod

📋 copy color: '#D5D46E'

red 213 ◦ green 212 ◦ blue 110

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

Shades of Goldenrod #D5D46E

Tints of Goldenrod #D5D46E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.63%

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

R = 39.81%
G = 39.63%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5D46E (or 0xD5D46E) is known color: Goldenrod. HEX triplet: D5, D4 and 6E. RGB value is (213,212,110). Sum of RGB (Red+Green+Blue) = 213+212+110=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D46E is #2A2B91. Grayscale: #C9C9C9. Windows color (decimal): -2763666 or 7263445. OLE color: 7263445.

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

Color convert

RGB 213 212 110 -
CMYK 0 0.00 0.48 0.16
HSL 59.42º 0.55% 0.63% -
HSV(B) 59.42º 0.48% 0.84% -
XYZ 53.8 62.36 23.95 -
YUV 200.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 213 212 110 0 0.00 0.48 0.16 59.42 0.55 0.63
Hex D5 D4 6E 0 0 30 10 3B 37 3F
Octal 325 324 156 0 0 60 20 73 67 77
Binary 11010101 11010100 1101110 0 0 110000 10000 111011 110111 111111

Color Harmonies of #D5D46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D46E

Black with #D5D46E

Text Example


Text Example

White with #D5D46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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