Html Css Color HEX #DA8713 Gamboge

📋 copy color: '#DA8713'

red 218 ◦ green 135 ◦ blue 19

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

Shades of Gamboge #DA8713

Tints of Gamboge #DA8713

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.29%

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

R = 58.6%
G = 36.29%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA8713 (or 0xDA8713) is known color: Gamboge. HEX triplet: DA, 87 and 13. RGB value is (218,135,19). Sum of RGB (Red+Green+Blue) = 218+135+19=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8713 is #2578EC. Grayscale: #939393. Windows color (decimal): -2455789 or 1279962. OLE color: 1279962.

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

Color convert

RGB 218 135 19 -
CMYK 0 0.38 0.91 0.15
HSL 34.97º 0.84% 0.46% -
HSV(B) 34.97º 0.91% 0.85% -
XYZ 37.69 32.28 4.86 -
YUV 146.59 56 178.93 -
System Red Green Blue C M Y K H S L
Decimal 218 135 19 0 0.38 0.91 0.15 34.97 0.84 0.46
Hex DA 87 13 0 26 5B F 23 54 2E
Octal 332 207 23 0 46 133 17 43 124 56
Binary 11011010 10000111 10011 0 100110 1011011 1111 100011 1010100 101110

Color Harmonies of #DA8713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8713

Black with #DA8713

Text Example


Text Example

White with #DA8713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8713; }

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

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

background-color css

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

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

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

border-color css

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

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

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