Html Css Color HEX #D59911 Gamboge

📋 copy color: '#D59911'

red 213 ◦ green 153 ◦ blue 17

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

Shades of Gamboge #D59911

Tints of Gamboge #D59911

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

 BLUE value IS 17 (7.03% from 255) = 4.44%

R = 55.61%
G = 39.95%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59911 (or 0xD59911) is known color: Gamboge. HEX triplet: D5, 99 and 11. RGB value is (213,153,17). Sum of RGB (Red+Green+Blue) = 213+153+17=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D59911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59911 is #2A66EE. Grayscale: #9C9C9C. Windows color (decimal): -2778863 or 1153493. OLE color: 1153493.

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

Color convert

RGB 213 153 17 -
CMYK 0 0.28 0.92 0.16
HSL 41.63º 0.85% 0.45% -
HSV(B) 41.63º 0.92% 0.84% -
XYZ 38.93 36.97 5.61 -
YUV 155.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 213 153 17 0 0.28 0.92 0.16 41.63 0.85 0.45
Hex D5 99 11 0 1C 5C 10 2A 55 2D
Octal 325 231 21 0 34 134 20 52 125 55
Binary 11010101 10011001 10001 0 11100 1011100 10000 101010 1010101 101101

Color Harmonies of #D59911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59911

Black with #D59911

Text Example


Text Example

White with #D59911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59911; }

 p { color: rgb(213,153,17); }

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

background-color css

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

 a { background-color: rgb(213,153,17); }

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

border-color css

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

 span { border-color: rgb(213,153,17); }

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