Html Css Color HEX #DA8511 Gamboge

📋 copy color: '#DA8511'

red 218 ◦ green 133 ◦ blue 17

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

Shades of Gamboge #DA8511

Tints of Gamboge #DA8511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

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

R = 59.24%
G = 36.14%
B = 4.62%

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

#DA8511 (or 0xDA8511) is known color: Gamboge. HEX triplet: DA, 85 and 11. RGB value is (218,133,17). Sum of RGB (Red+Green+Blue) = 218+133+17=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8511 is #257AEE. Grayscale: #919191. Windows color (decimal): -2456303 or 1148378. OLE color: 1148378.

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

Color convert

RGB 218 133 17 -
CMYK 0 0.39 0.92 0.15
HSL 34.63º 0.86% 0.46% -
HSV(B) 34.63º 0.92% 0.85% -
XYZ 37.4 31.72 4.68 -
YUV 145.19 55.66 179.93 -
System Red Green Blue C M Y K H S L
Decimal 218 133 17 0 0.39 0.92 0.15 34.63 0.86 0.46
Hex DA 85 11 0 27 5C F 23 56 2E
Octal 332 205 21 0 47 134 17 43 126 56
Binary 11011010 10000101 10001 0 100111 1011100 1111 100011 1010110 101110

Color Harmonies of #DA8511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8511

Black with #DA8511

Text Example


Text Example

White with #DA8511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8511; }

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

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

background-color css

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

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

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

border-color css

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

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

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