Html Css Color HEX #DA9F10 Gamboge

📋 copy color: '#DA9F10'

red 218 ◦ green 159 ◦ blue 16

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

Shades of Gamboge #DA9F10

Tints of Gamboge #DA9F10

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.46%

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

R = 55.47%
G = 40.46%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA9F10 (or 0xDA9F10) is known color: Gamboge. HEX triplet: DA, 9F and 10. RGB value is (218,159,16). Sum of RGB (Red+Green+Blue) = 218+159+16=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9F10 is #2560EF. Grayscale: #A0A0A0. Windows color (decimal): -2449648 or 1089498. OLE color: 1089498.

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

Color convert

RGB 218 159 16 -
CMYK 0 0.27 0.93 0.15
HSL 42.48º 0.86% 0.46% -
HSV(B) 42.48º 0.93% 0.85% -
XYZ 41.41 39.74 5.98 -
YUV 160.34 46.55 169.13 -
System Red Green Blue C M Y K H S L
Decimal 218 159 16 0 0.27 0.93 0.15 42.48 0.86 0.46
Hex DA 9F 10 0 1B 5D F 2A 56 2E
Octal 332 237 20 0 33 135 17 52 126 56
Binary 11011010 10011111 10000 0 11011 1011101 1111 101010 1010110 101110

Color Harmonies of #DA9F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9F10

Black with #DA9F10

Text Example


Text Example

White with #DA9F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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