Html Css Color HEX #D5D36D Goldenrod

📋 copy color: '#D5D36D'

red 213 ◦ green 211 ◦ blue 109

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

Shades of Goldenrod #D5D36D

Tints of Goldenrod #D5D36D

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5D36D (or 0xD5D36D) is known color: Goldenrod. HEX triplet: D5, D3 and 6D. RGB value is (213,211,109). Sum of RGB (Red+Green+Blue) = 213+211+109=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D36D is #2A2C92. Grayscale: #C8C8C8. Windows color (decimal): -2763923 or 7197653. OLE color: 7197653.

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

Color convert

RGB 213 211 109 -
CMYK 0 0.01 0.49 0.16
HSL 58.85º 0.55% 0.63% -
HSV(B) 58.85º 0.49% 0.84% -
XYZ 53.5 61.84 23.58 -
YUV 199.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 213 211 109 0 0.01 0.49 0.16 58.85 0.55 0.63
Hex D5 D3 6D 0 1 31 10 3B 37 3F
Octal 325 323 155 0 1 61 20 73 67 77
Binary 11010101 11010011 1101101 0 1 110001 10000 111011 110111 111111

Color Harmonies of #D5D36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D36D

Black with #D5D36D

Text Example


Text Example

White with #D5D36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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