Html Css Color HEX #DA9410 Gamboge

📋 copy color: '#DA9410'

red 218 ◦ green 148 ◦ blue 16

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

Shades of Gamboge #DA9410

Tints of Gamboge #DA9410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.19%

R = 57.07%
G = 38.74%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA9410 (or 0xDA9410) is known color: Gamboge. HEX triplet: DA, 94 and 10. RGB value is (218,148,16). Sum of RGB (Red+Green+Blue) = 218+148+16=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9410 is #256BEF. Grayscale: #9A9A9A. Windows color (decimal): -2452464 or 1086682. OLE color: 1086682.

HSL color Cylindrical-coordinate representation of color #DA9410: hue angle of 39.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA9410 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 148 16 -
CMYK 0 0.32 0.93 0.15
HSL 39.21º 0.86% 0.46% -
HSV(B) 39.21º 0.93% 0.85% -
XYZ 39.6 36.12 5.38 -
YUV 153.88 50.19 173.73 -
System Red Green Blue C M Y K H S L
Decimal 218 148 16 0 0.32 0.93 0.15 39.21 0.86 0.46
Hex DA 94 10 0 20 5D F 27 56 2E
Octal 332 224 20 0 40 135 17 47 126 56
Binary 11011010 10010100 10000 0 100000 1011101 1111 100111 1010110 101110

Color Harmonies of #DA9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9410

Black with #DA9410

Text Example


Text Example

White with #DA9410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9410; }

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

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

background-color css

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

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

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

border-color css

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

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

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