Html Css Color HEX #D59515 Gamboge

📋 copy color: '#D59515'

red 213 ◦ green 149 ◦ blue 21

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

Shades of Gamboge #D59515

Tints of Gamboge #D59515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 21 (8.59% from 255) = 5.48%

R = 55.61%
G = 38.9%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D59515 (or 0xD59515) is known color: Gamboge. HEX triplet: D5, 95 and 15. RGB value is (213,149,21). Sum of RGB (Red+Green+Blue) = 213+149+21=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D59515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59515 is #2A6AEA. Grayscale: #9A9A9A. Windows color (decimal): -2779883 or 1414613. OLE color: 1414613.

HSL color Cylindrical-coordinate representation of color #D59515: hue angle of 40º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D59515 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 149 21 -
CMYK 0 0.30 0.90 0.16
HSL 40º 0.82% 0.46% -
HSV(B) 40º 0.9% 0.84% -
XYZ 38.32 35.7 5.58 -
YUV 153.54 53.2 170.41 -
System Red Green Blue C M Y K H S L
Decimal 213 149 21 0 0.30 0.90 0.16 40 0.82 0.46
Hex D5 95 15 0 1E 5A 10 28 52 2E
Octal 325 225 25 0 36 132 20 50 122 56
Binary 11010101 10010101 10101 0 11110 1011010 10000 101000 1010010 101110

Color Harmonies of #D59515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59515

Black with #D59515

Text Example


Text Example

White with #D59515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59515; }

 p { color: rgb(213,149,21); }

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

background-color css

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

 a { background-color: rgb(213,149,21); }

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

border-color css

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

 span { border-color: rgb(213,149,21); }

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