Html Css Color HEX #DA860D Gamboge

📋 copy color: '#DA860D'

red 218 ◦ green 134 ◦ blue 13

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

Shades of Gamboge #DA860D

Tints of Gamboge #DA860D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.56%

R = 59.73%
G = 36.71%
B = 3.56%

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

#DA860D (or 0xDA860D) is known color: Gamboge. HEX triplet: DA, 86 and 0D. RGB value is (218,134,13). Sum of RGB (Red+Green+Blue) = 218+134+13=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA860D is #2579F2. Grayscale: #919191. Windows color (decimal): -2456051 or 886490. OLE color: 886490.

HSL color Cylindrical-coordinate representation of color #DA860D: hue angle of 35.41º degrees, saturation: 0.89, 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 #DA860D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 13 -
CMYK 0 0.39 0.94 0.15
HSL 35.41º 0.89% 0.45% -
HSV(B) 35.41º 0.94% 0.85% -
XYZ 37.51 31.98 4.58 -
YUV 145.32 53.33 179.84 -
System Red Green Blue C M Y K H S L
Decimal 218 134 13 0 0.39 0.94 0.15 35.41 0.89 0.45
Hex DA 86 D 0 27 5E F 23 59 2D
Octal 332 206 15 0 47 136 17 43 131 55
Binary 11011010 10000110 1101 0 100111 1011110 1111 100011 1011001 101101

Color Harmonies of #DA860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA860D

Black with #DA860D

Text Example


Text Example

White with #DA860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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