Html Css Color HEX #D5D46D Goldenrod

📋 copy color: '#D5D46D'

red 213 ◦ green 212 ◦ blue 109

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

Shades of Goldenrod #D5D46D

Tints of Goldenrod #D5D46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.41%

R = 39.89%
G = 39.7%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5D46D (or 0xD5D46D) is known color: Goldenrod. HEX triplet: D5, D4 and 6D. RGB value is (213,212,109). Sum of RGB (Red+Green+Blue) = 213+212+109=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D46D is #2A2B92. Grayscale: #C8C8C8. Windows color (decimal): -2763667 or 7197909. OLE color: 7197909.

HSL color Cylindrical-coordinate representation of color #D5D46D: 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.49%. Process color model (Four color, CMYK) of #D5D46D is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 109 -
CMYK 0 0.00 0.49 0.16
HSL 59.42º 0.55% 0.63% -
HSV(B) 59.42º 0.49% 0.84% -
XYZ 53.74 62.34 23.67 -
YUV 200.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 213 212 109 0 0.00 0.49 0.16 59.42 0.55 0.63
Hex D5 D4 6D 0 0 31 10 3B 37 3F
Octal 325 324 155 0 0 61 20 73 67 77
Binary 11010101 11010100 1101101 0 0 110001 10000 111011 110111 111111

Color Harmonies of #D5D46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D46D

Black with #D5D46D

Text Example


Text Example

White with #D5D46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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