Html Css Color HEX #DA8811 Gamboge

📋 copy color: '#DA8811'

red 218 ◦ green 136 ◦ blue 17

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

Shades of Gamboge #DA8811

Tints of Gamboge #DA8811

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

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

R = 58.76%
G = 36.66%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA8811 (or 0xDA8811) is known color: Gamboge. HEX triplet: DA, 88 and 11. RGB value is (218,136,17). Sum of RGB (Red+Green+Blue) = 218+136+17=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8811 is #2577EE. Grayscale: #939393. Windows color (decimal): -2455535 or 1149146. OLE color: 1149146.

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

Color convert

RGB 218 136 17 -
CMYK 0 0.38 0.92 0.15
HSL 35.52º 0.86% 0.46% -
HSV(B) 35.52º 0.92% 0.85% -
XYZ 37.82 32.55 4.82 -
YUV 146.95 54.67 178.68 -
System Red Green Blue C M Y K H S L
Decimal 218 136 17 0 0.38 0.92 0.15 35.52 0.86 0.46
Hex DA 88 11 0 26 5C F 24 56 2E
Octal 332 210 21 0 46 134 17 44 126 56
Binary 11011010 10001000 10001 0 100110 1011100 1111 100100 1010110 101110

Color Harmonies of #DA8811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8811

Black with #DA8811

Text Example


Text Example

White with #DA8811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8811; }

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

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

background-color css

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

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

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

border-color css

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

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

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