Html Css Color HEX #DA8A13 Gamboge

📋 copy color: '#DA8A13'

red 218 ◦ green 138 ◦ blue 19

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

Shades of Gamboge #DA8A13

Tints of Gamboge #DA8A13

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

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

R = 58.13%
G = 36.8%
B = 5.07%

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

#DA8A13 (or 0xDA8A13) is known color: Gamboge. HEX triplet: DA, 8A and 13. RGB value is (218,138,19). Sum of RGB (Red+Green+Blue) = 218+138+19=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8A13 is #2575EC. Grayscale: #949494. Windows color (decimal): -2455021 or 1280730. OLE color: 1280730.

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

Color convert

RGB 218 138 19 -
CMYK 0 0.37 0.91 0.15
HSL 35.88º 0.84% 0.46% -
HSV(B) 35.88º 0.91% 0.85% -
XYZ 38.12 33.13 5 -
YUV 148.35 55 177.68 -
System Red Green Blue C M Y K H S L
Decimal 218 138 19 0 0.37 0.91 0.15 35.88 0.84 0.46
Hex DA 8A 13 0 25 5B F 24 54 2E
Octal 332 212 23 0 45 133 17 44 124 56
Binary 11011010 10001010 10011 0 100101 1011011 1111 100100 1010100 101110

Color Harmonies of #DA8A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A13

Black with #DA8A13

Text Example


Text Example

White with #DA8A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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