Html Css Color HEX #DA8913 Gamboge

📋 copy color: '#DA8913'

red 218 ◦ green 137 ◦ blue 19

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

Shades of Gamboge #DA8913

Tints of Gamboge #DA8913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.63%

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

R = 58.29%
G = 36.63%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA8913 (or 0xDA8913) is known color: Gamboge. HEX triplet: DA, 89 and 13. RGB value is (218,137,19). Sum of RGB (Red+Green+Blue) = 218+137+19=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8913 is #2576EC. Grayscale: #949494. Windows color (decimal): -2455277 or 1280474. OLE color: 1280474.

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

Color convert

RGB 218 137 19 -
CMYK 0 0.37 0.91 0.15
HSL 35.58º 0.84% 0.46% -
HSV(B) 35.58º 0.91% 0.85% -
XYZ 37.98 32.84 4.95 -
YUV 147.77 55.34 178.09 -
System Red Green Blue C M Y K H S L
Decimal 218 137 19 0 0.37 0.91 0.15 35.58 0.84 0.46
Hex DA 89 13 0 25 5B F 24 54 2E
Octal 332 211 23 0 45 133 17 44 124 56
Binary 11011010 10001001 10011 0 100101 1011011 1111 100100 1010100 101110

Color Harmonies of #DA8913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8913

Black with #DA8913

Text Example


Text Example

White with #DA8913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8913; }

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

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

background-color css

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

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

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

border-color css

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

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

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