Html Css Color HEX #DA9913 Gamboge

📋 copy color: '#DA9913'

red 218 ◦ green 153 ◦ blue 19

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

Shades of Gamboge #DA9913

Tints of Gamboge #DA9913

RGB

 RED value IS 218 (85.55% from 255) = 55.9%

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

 BLUE value IS 19 (7.81% from 255) = 4.87%

R = 55.9%
G = 39.23%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA9913 (or 0xDA9913) is known color: Gamboge. HEX triplet: DA, 99 and 13. RGB value is (218,153,19). Sum of RGB (Red+Green+Blue) = 218+153+19=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9913 is #2566EC. Grayscale: #9D9D9D. Windows color (decimal): -2451181 or 1284570. OLE color: 1284570.

HSL color Cylindrical-coordinate representation of color #DA9913: hue angle of 40.4º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA9913 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 19 -
CMYK 0 0.30 0.91 0.15
HSL 40.4º 0.84% 0.46% -
HSV(B) 40.4º 0.91% 0.85% -
XYZ 40.42 37.73 5.77 -
YUV 157.16 50.03 171.4 -
System Red Green Blue C M Y K H S L
Decimal 218 153 19 0 0.30 0.91 0.15 40.4 0.84 0.46
Hex DA 99 13 0 1E 5B F 28 54 2E
Octal 332 231 23 0 36 133 17 50 124 56
Binary 11011010 10011001 10011 0 11110 1011011 1111 101000 1010100 101110

Color Harmonies of #DA9913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9913

Black with #DA9913

Text Example


Text Example

White with #DA9913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9913; }

 p { color: rgb(218,153,19); }

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

background-color css

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

 a { background-color: rgb(218,153,19); }

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

border-color css

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

 span { border-color: rgb(218,153,19); }

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