Html Css Color HEX #D5A00F Gamboge

📋 copy color: '#D5A00F'

red 213 ◦ green 160 ◦ blue 15

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

Shades of Gamboge #D5A00F

Tints of Gamboge #D5A00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.87%

R = 54.9%
G = 41.24%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5A00F (or 0xD5A00F) is known color: Gamboge. HEX triplet: D5, A0 and 0F. RGB value is (213,160,15). Sum of RGB (Red+Green+Blue) = 213+160+15=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A00F is #2A5FF0. Grayscale: #9F9F9F. Windows color (decimal): -2777073 or 1024213. OLE color: 1024213.

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

Color convert

RGB 213 160 15 -
CMYK 0 0.25 0.93 0.16
HSL 43.94º 0.87% 0.45% -
HSV(B) 43.94º 0.93% 0.84% -
XYZ 40.1 39.32 5.93 -
YUV 159.32 46.56 166.29 -
System Red Green Blue C M Y K H S L
Decimal 213 160 15 0 0.25 0.93 0.16 43.94 0.87 0.45
Hex D5 A0 F 0 19 5D 10 2C 57 2D
Octal 325 240 17 0 31 135 20 54 127 55
Binary 11010101 10100000 1111 0 11001 1011101 10000 101100 1010111 101101

Color Harmonies of #D5A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A00F

Black with #D5A00F

Text Example


Text Example

White with #D5A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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