Html Css Color HEX #DA8D13 Gamboge

📋 copy color: '#DA8D13'

red 218 ◦ green 141 ◦ blue 19

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

Shades of Gamboge #DA8D13

Tints of Gamboge #DA8D13

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.3%

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

R = 57.67%
G = 37.3%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA8D13 (or 0xDA8D13) is known color: Gamboge. HEX triplet: DA, 8D and 13. RGB value is (218,141,19). Sum of RGB (Red+Green+Blue) = 218+141+19=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8D13 is #2572EC. Grayscale: #969696. Windows color (decimal): -2454253 or 1281498. OLE color: 1281498.

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

Color convert

RGB 218 141 19 -
CMYK 0 0.35 0.91 0.15
HSL 36.78º 0.84% 0.46% -
HSV(B) 36.78º 0.91% 0.85% -
XYZ 38.56 34 5.15 -
YUV 150.12 54.01 176.42 -
System Red Green Blue C M Y K H S L
Decimal 218 141 19 0 0.35 0.91 0.15 36.78 0.84 0.46
Hex DA 8D 13 0 23 5B F 25 54 2E
Octal 332 215 23 0 43 133 17 45 124 56
Binary 11011010 10001101 10011 0 100011 1011011 1111 100101 1010100 101110

Color Harmonies of #DA8D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D13

Black with #DA8D13

Text Example


Text Example

White with #DA8D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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