Html Css Color HEX #DA8810 Gamboge

📋 copy color: '#DA8810'

red 218 ◦ green 136 ◦ blue 16

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

Shades of Gamboge #DA8810

Tints of Gamboge #DA8810

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.76%

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

R = 58.92%
G = 36.76%
B = 4.32%

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

#DA8810 (or 0xDA8810) is known color: Gamboge. HEX triplet: DA, 88 and 10. RGB value is (218,136,16). Sum of RGB (Red+Green+Blue) = 218+136+16=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8810 is #2577EF. Grayscale: #939393. Windows color (decimal): -2455536 or 1083610. OLE color: 1083610.

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

Color convert

RGB 218 136 16 -
CMYK 0 0.38 0.93 0.15
HSL 35.64º 0.86% 0.46% -
HSV(B) 35.64º 0.93% 0.85% -
XYZ 37.81 32.55 4.78 -
YUV 146.84 54.17 178.76 -
System Red Green Blue C M Y K H S L
Decimal 218 136 16 0 0.38 0.93 0.15 35.64 0.86 0.46
Hex DA 88 10 0 26 5D F 24 56 2E
Octal 332 210 20 0 46 135 17 44 126 56
Binary 11011010 10001000 10000 0 100110 1011101 1111 100100 1010110 101110

Color Harmonies of #DA8810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8810

Black with #DA8810

Text Example


Text Example

White with #DA8810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8810; }

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

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

background-color css

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

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

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

border-color css

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

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

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