Html Css Color HEX #DA8411 Gamboge

📋 copy color: '#DA8411'

red 218 ◦ green 132 ◦ blue 17

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

Shades of Gamboge #DA8411

Tints of Gamboge #DA8411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 59.4%
G = 35.97%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA8411 (or 0xDA8411) is known color: Gamboge. HEX triplet: DA, 84 and 11. RGB value is (218,132,17). Sum of RGB (Red+Green+Blue) = 218+132+17=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8411 is #257BEE. Grayscale: #919191. Windows color (decimal): -2456559 or 1148122. OLE color: 1148122.

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

Color convert

RGB 218 132 17 -
CMYK 0 0.39 0.92 0.15
HSL 34.33º 0.86% 0.46% -
HSV(B) 34.33º 0.92% 0.85% -
XYZ 37.27 31.45 4.64 -
YUV 144.6 55.99 180.35 -
System Red Green Blue C M Y K H S L
Decimal 218 132 17 0 0.39 0.92 0.15 34.33 0.86 0.46
Hex DA 84 11 0 27 5C F 22 56 2E
Octal 332 204 21 0 47 134 17 42 126 56
Binary 11011010 10000100 10001 0 100111 1011100 1111 100010 1010110 101110

Color Harmonies of #DA8411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8411

Black with #DA8411

Text Example


Text Example

White with #DA8411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8411; }

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

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

background-color css

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

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

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

border-color css

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

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

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