Html Css Color HEX #DA8B11 Gamboge

📋 copy color: '#DA8B11'

red 218 ◦ green 139 ◦ blue 17

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

Shades of Gamboge #DA8B11

Tints of Gamboge #DA8B11

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

 BLUE value IS 17 (7.03% from 255) = 4.55%

R = 58.29%
G = 37.17%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA8B11 (or 0xDA8B11) is known color: Gamboge. HEX triplet: DA, 8B and 11. RGB value is (218,139,17). Sum of RGB (Red+Green+Blue) = 218+139+17=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8B11 is #2574EE. Grayscale: #959595. Windows color (decimal): -2454767 or 1149914. OLE color: 1149914.

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

Color convert

RGB 218 139 17 -
CMYK 0 0.36 0.92 0.15
HSL 36.42º 0.86% 0.46% -
HSV(B) 36.42º 0.92% 0.85% -
XYZ 38.25 33.41 4.96 -
YUV 148.71 53.67 177.42 -
System Red Green Blue C M Y K H S L
Decimal 218 139 17 0 0.36 0.92 0.15 36.42 0.86 0.46
Hex DA 8B 11 0 24 5C F 24 56 2E
Octal 332 213 21 0 44 134 17 44 126 56
Binary 11011010 10001011 10001 0 100100 1011100 1111 100100 1010110 101110

Color Harmonies of #DA8B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B11

Black with #DA8B11

Text Example


Text Example

White with #DA8B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B11; }

 p { color: rgb(218,139,17); }

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

background-color css

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

 a { background-color: rgb(218,139,17); }

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

border-color css

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

 span { border-color: rgb(218,139,17); }

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