Html Css Color HEX #D5D36C Goldenrod

📋 copy color: '#D5D36C'

red 213 ◦ green 211 ◦ blue 108

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

Shades of Goldenrod #D5D36C

Tints of Goldenrod #D5D36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.3%

R = 40.04%
G = 39.66%
B = 20.3%

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

#D5D36C (or 0xD5D36C) is known color: Goldenrod. HEX triplet: D5, D3 and 6C. RGB value is (213,211,108). Sum of RGB (Red+Green+Blue) = 213+211+108=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D36C is #2A2C93. Grayscale: #C8C8C8. Windows color (decimal): -2763924 or 7132117. OLE color: 7132117.

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

Color convert

RGB 213 211 108 -
CMYK 0 0.01 0.49 0.16
HSL 58.86º 0.56% 0.63% -
HSV(B) 58.86º 0.49% 0.84% -
XYZ 53.44 61.82 23.3 -
YUV 199.86 76.16 137.38 -
System Red Green Blue C M Y K H S L
Decimal 213 211 108 0 0.01 0.49 0.16 58.86 0.56 0.63
Hex D5 D3 6C 0 1 31 10 3B 38 3F
Octal 325 323 154 0 1 61 20 73 70 77
Binary 11010101 11010011 1101100 0 1 110001 10000 111011 111000 111111

Color Harmonies of #D5D36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D36C

Black with #D5D36C

Text Example


Text Example

White with #D5D36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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