Html Css Color HEX #DA860E Gamboge

📋 copy color: '#DA860E'

red 218 ◦ green 134 ◦ blue 14

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

Shades of Gamboge #DA860E

Tints of Gamboge #DA860E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 14 (5.86% from 255) = 3.83%

R = 59.56%
G = 36.61%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA860E (or 0xDA860E) is known color: Gamboge. HEX triplet: DA, 86 and 0E. RGB value is (218,134,14). Sum of RGB (Red+Green+Blue) = 218+134+14=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA860E is #2579F1. Grayscale: #919191. Windows color (decimal): -2456050 or 952026. OLE color: 952026.

HSL color Cylindrical-coordinate representation of color #DA860E: hue angle of 35.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA860E is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 14 -
CMYK 0 0.39 0.94 0.15
HSL 35.29º 0.88% 0.45% -
HSV(B) 35.29º 0.94% 0.85% -
XYZ 37.52 31.99 4.61 -
YUV 145.44 53.83 179.76 -
System Red Green Blue C M Y K H S L
Decimal 218 134 14 0 0.39 0.94 0.15 35.29 0.88 0.45
Hex DA 86 E 0 27 5E F 23 58 2D
Octal 332 206 16 0 47 136 17 43 130 55
Binary 11011010 10000110 1110 0 100111 1011110 1111 100011 1011000 101101

Color Harmonies of #DA860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA860E

Black with #DA860E

Text Example


Text Example

White with #DA860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA860E; }

 p { color: rgb(218,134,14); }

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

background-color css

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

 a { background-color: rgb(218,134,14); }

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

border-color css

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

 span { border-color: rgb(218,134,14); }

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