Html Css Color HEX #DA9111 Gamboge

📋 copy color: '#DA9111'

red 218 ◦ green 145 ◦ blue 17

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

Shades of Gamboge #DA9111

Tints of Gamboge #DA9111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.16%

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

R = 57.37%
G = 38.16%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA9111 (or 0xDA9111) is known color: Gamboge. HEX triplet: DA, 91 and 11. RGB value is (218,145,17). Sum of RGB (Red+Green+Blue) = 218+145+17=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9111 is #256EEE. Grayscale: #989898. Windows color (decimal): -2453231 or 1151450. OLE color: 1151450.

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

Color convert

RGB 218 145 17 -
CMYK 0 0.33 0.92 0.15
HSL 38.21º 0.86% 0.46% -
HSV(B) 38.21º 0.92% 0.85% -
XYZ 39.14 35.2 5.26 -
YUV 152.24 51.68 174.91 -
System Red Green Blue C M Y K H S L
Decimal 218 145 17 0 0.33 0.92 0.15 38.21 0.86 0.46
Hex DA 91 11 0 21 5C F 26 56 2E
Octal 332 221 21 0 41 134 17 46 126 56
Binary 11011010 10010001 10001 0 100001 1011100 1111 100110 1010110 101110

Color Harmonies of #DA9111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9111

Black with #DA9111

Text Example


Text Example

White with #DA9111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9111; }

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

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

background-color css

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

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

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

border-color css

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

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

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