Html Css Color HEX #DA9411 Gamboge

📋 copy color: '#DA9411'

red 218 ◦ green 148 ◦ blue 17

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

Shades of Gamboge #DA9411

Tints of Gamboge #DA9411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 56.92%
G = 38.64%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA9411 (or 0xDA9411) is known color: Gamboge. HEX triplet: DA, 94 and 11. RGB value is (218,148,17). Sum of RGB (Red+Green+Blue) = 218+148+17=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9411 is #256BEE. Grayscale: #9A9A9A. Windows color (decimal): -2452463 or 1152218. OLE color: 1152218.

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

Color convert

RGB 218 148 17 -
CMYK 0 0.32 0.92 0.15
HSL 39.1º 0.86% 0.46% -
HSV(B) 39.1º 0.92% 0.85% -
XYZ 39.6 36.13 5.42 -
YUV 154 50.69 173.65 -
System Red Green Blue C M Y K H S L
Decimal 218 148 17 0 0.32 0.92 0.15 39.1 0.86 0.46
Hex DA 94 11 0 20 5C F 27 56 2E
Octal 332 224 21 0 40 134 17 47 126 56
Binary 11011010 10010100 10001 0 100000 1011100 1111 100111 1010110 101110

Color Harmonies of #DA9411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9411

Black with #DA9411

Text Example


Text Example

White with #DA9411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9411; }

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

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

background-color css

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

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

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

border-color css

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

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

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