Html Css Color HEX #D5A00D Gamboge

📋 copy color: '#D5A00D'

red 213 ◦ green 160 ◦ blue 13

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

Shades of Gamboge #D5A00D

Tints of Gamboge #D5A00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.45%

 BLUE value IS 13 (5.47% from 255) = 3.37%

R = 55.18%
G = 41.45%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5A00D (or 0xD5A00D) is known color: Gamboge. HEX triplet: D5, A0 and 0D. RGB value is (213,160,13). Sum of RGB (Red+Green+Blue) = 213+160+13=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A00D is #2A5FF2. Grayscale: #9F9F9F. Windows color (decimal): -2777075 or 893141. OLE color: 893141.

HSL color Cylindrical-coordinate representation of color #D5A00D: hue angle of 44.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5A00D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 13 -
CMYK 0 0.25 0.94 0.16
HSL 44.1º 0.88% 0.44% -
HSV(B) 44.1º 0.94% 0.84% -
XYZ 40.08 39.32 5.86 -
YUV 159.09 45.56 166.45 -
System Red Green Blue C M Y K H S L
Decimal 213 160 13 0 0.25 0.94 0.16 44.1 0.88 0.44
Hex D5 A0 D 0 19 5E 10 2C 58 2C
Octal 325 240 15 0 31 136 20 54 130 54
Binary 11010101 10100000 1101 0 11001 1011110 10000 101100 1011000 101100

Color Harmonies of #D5A00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A00D

Black with #D5A00D

Text Example


Text Example

White with #D5A00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A00D; }

 p { color: rgb(213,160,13); }

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

background-color css

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

 a { background-color: rgb(213,160,13); }

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

border-color css

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

 span { border-color: rgb(213,160,13); }

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