Html Css Color HEX #DA8710 Gamboge

📋 copy color: '#DA8710'

red 218 ◦ green 135 ◦ blue 16

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

Shades of Gamboge #DA8710

Tints of Gamboge #DA8710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 59.08%
G = 36.59%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA8710 (or 0xDA8710) is known color: Gamboge. HEX triplet: DA, 87 and 10. RGB value is (218,135,16). Sum of RGB (Red+Green+Blue) = 218+135+16=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8710 is #2578EF. Grayscale: #929292. Windows color (decimal): -2455792 or 1083354. OLE color: 1083354.

HSL color Cylindrical-coordinate representation of color #DA8710: hue angle of 35.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA8710 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 135 16 -
CMYK 0 0.38 0.93 0.15
HSL 35.35º 0.86% 0.46% -
HSV(B) 35.35º 0.93% 0.85% -
XYZ 37.67 32.27 4.73 -
YUV 146.25 54.5 179.18 -
System Red Green Blue C M Y K H S L
Decimal 218 135 16 0 0.38 0.93 0.15 35.35 0.86 0.46
Hex DA 87 10 0 26 5D F 23 56 2E
Octal 332 207 20 0 46 135 17 43 126 56
Binary 11011010 10000111 10000 0 100110 1011101 1111 100011 1010110 101110

Color Harmonies of #DA8710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8710

Black with #DA8710

Text Example


Text Example

White with #DA8710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8710; }

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

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

background-color css

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

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

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

border-color css

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

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

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