Html Css Color HEX #DA9113 Gamboge

📋 copy color: '#DA9113'

red 218 ◦ green 145 ◦ blue 19

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

Shades of Gamboge #DA9113

Tints of Gamboge #DA9113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.96%

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

R = 57.07%
G = 37.96%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA9113 (or 0xDA9113) is known color: Gamboge. HEX triplet: DA, 91 and 13. RGB value is (218,145,19). Sum of RGB (Red+Green+Blue) = 218+145+19=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9113 is #256EEC. Grayscale: #999999. Windows color (decimal): -2453229 or 1282522. OLE color: 1282522.

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

Color convert

RGB 218 145 19 -
CMYK 0 0.33 0.91 0.15
HSL 37.99º 0.84% 0.46% -
HSV(B) 37.99º 0.91% 0.85% -
XYZ 39.16 35.2 5.35 -
YUV 152.46 52.68 174.75 -
System Red Green Blue C M Y K H S L
Decimal 218 145 19 0 0.33 0.91 0.15 37.99 0.84 0.46
Hex DA 91 13 0 21 5B F 26 54 2E
Octal 332 221 23 0 41 133 17 46 124 56
Binary 11011010 10010001 10011 0 100001 1011011 1111 100110 1010100 101110

Color Harmonies of #DA9113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9113

Black with #DA9113

Text Example


Text Example

White with #DA9113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9113; }

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

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

background-color css

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

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

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

border-color css

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

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

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