Html Css Color HEX #D5D16D Goldenrod

📋 copy color: '#D5D16D'

red 213 ◦ green 209 ◦ blue 109

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

Shades of Goldenrod #D5D16D

Tints of Goldenrod #D5D16D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.36%

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

R = 40.11%
G = 39.36%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5D16D (or 0xD5D16D) is known color: Goldenrod. HEX triplet: D5, D1 and 6D. RGB value is (213,209,109). Sum of RGB (Red+Green+Blue) = 213+209+109=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D16D is #2A2E92. Grayscale: #C7C7C7. Windows color (decimal): -2764435 or 7197141. OLE color: 7197141.

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

Color convert

RGB 213 209 109 -
CMYK 0 0.02 0.49 0.16
HSL 57.69º 0.55% 0.63% -
HSV(B) 57.69º 0.49% 0.84% -
XYZ 53 60.85 23.42 -
YUV 198.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 213 209 109 0 0.02 0.49 0.16 57.69 0.55 0.63
Hex D5 D1 6D 0 2 31 10 3A 37 3F
Octal 325 321 155 0 2 61 20 72 67 77
Binary 11010101 11010001 1101101 0 10 110001 10000 111010 110111 111111

Color Harmonies of #D5D16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D16D

Black with #D5D16D

Text Example


Text Example

White with #D5D16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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