Html Css Color HEX #DA8C11 Gamboge

📋 copy color: '#DA8C11'

red 218 ◦ green 140 ◦ blue 17

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

Shades of Gamboge #DA8C11

Tints of Gamboge #DA8C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.33%

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

R = 58.13%
G = 37.33%
B = 4.53%

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

#DA8C11 (or 0xDA8C11) is known color: Gamboge. HEX triplet: DA, 8C and 11. RGB value is (218,140,17). Sum of RGB (Red+Green+Blue) = 218+140+17=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8C11 is #2573EE. Grayscale: #959595. Windows color (decimal): -2454511 or 1150170. OLE color: 1150170.

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

Color convert

RGB 218 140 17 -
CMYK 0 0.36 0.92 0.15
HSL 36.72º 0.86% 0.46% -
HSV(B) 36.72º 0.92% 0.85% -
XYZ 38.39 33.7 5.01 -
YUV 149.3 53.34 177 -
System Red Green Blue C M Y K H S L
Decimal 218 140 17 0 0.36 0.92 0.15 36.72 0.86 0.46
Hex DA 8C 11 0 24 5C F 25 56 2E
Octal 332 214 21 0 44 134 17 45 126 56
Binary 11011010 10001100 10001 0 100100 1011100 1111 100101 1010110 101110

Color Harmonies of #DA8C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C11

Black with #DA8C11

Text Example


Text Example

White with #DA8C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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