Html Css Color HEX #DA9010 Gamboge

📋 copy color: '#DA9010'

red 218 ◦ green 144 ◦ blue 16

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

Shades of Gamboge #DA9010

Tints of Gamboge #DA9010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

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

R = 57.67%
G = 38.1%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA9010 (or 0xDA9010) is known color: Gamboge. HEX triplet: DA, 90 and 10. RGB value is (218,144,16). Sum of RGB (Red+Green+Blue) = 218+144+16=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9010 is #256FEF. Grayscale: #989898. Windows color (decimal): -2453488 or 1085658. OLE color: 1085658.

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

Color convert

RGB 218 144 16 -
CMYK 0 0.34 0.93 0.15
HSL 38.02º 0.86% 0.46% -
HSV(B) 38.02º 0.93% 0.85% -
XYZ 38.98 34.89 5.17 -
YUV 151.53 51.52 175.41 -
System Red Green Blue C M Y K H S L
Decimal 218 144 16 0 0.34 0.93 0.15 38.02 0.86 0.46
Hex DA 90 10 0 22 5D F 26 56 2E
Octal 332 220 20 0 42 135 17 46 126 56
Binary 11011010 10010000 10000 0 100010 1011101 1111 100110 1010110 101110

Color Harmonies of #DA9010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9010

Black with #DA9010

Text Example


Text Example

White with #DA9010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9010; }

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

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

background-color css

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

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

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

border-color css

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

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

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