Html Css Color HEX #DA9013 Gamboge

📋 copy color: '#DA9013'

red 218 ◦ green 144 ◦ blue 19

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

Shades of Gamboge #DA9013

Tints of Gamboge #DA9013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.8%

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

R = 57.22%
G = 37.8%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA9013 (or 0xDA9013) is known color: Gamboge. HEX triplet: DA, 90 and 13. RGB value is (218,144,19). Sum of RGB (Red+Green+Blue) = 218+144+19=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9013 is #256FEC. Grayscale: #989898. Windows color (decimal): -2453485 or 1282266. OLE color: 1282266.

HSL color Cylindrical-coordinate representation of color #DA9013: hue angle of 37.69º 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 #DA9013 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 144 19 -
CMYK 0 0.34 0.91 0.15
HSL 37.69º 0.84% 0.46% -
HSV(B) 37.69º 0.91% 0.85% -
XYZ 39 34.9 5.3 -
YUV 151.88 53.02 175.16 -
System Red Green Blue C M Y K H S L
Decimal 218 144 19 0 0.34 0.91 0.15 37.69 0.84 0.46
Hex DA 90 13 0 22 5B F 26 54 2E
Octal 332 220 23 0 42 133 17 46 124 56
Binary 11011010 10010000 10011 0 100010 1011011 1111 100110 1010100 101110

Color Harmonies of #DA9013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9013

Black with #DA9013

Text Example


Text Example

White with #DA9013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9013; }

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

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

background-color css

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

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

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

border-color css

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

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

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