Html Css Color HEX #DA9310 Gamboge

📋 copy color: '#DA9310'

red 218 ◦ green 147 ◦ blue 16

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

Shades of Gamboge #DA9310

Tints of Gamboge #DA9310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.58%

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

R = 57.22%
G = 38.58%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA9310 (or 0xDA9310) is known color: Gamboge. HEX triplet: DA, 93 and 10. RGB value is (218,147,16). Sum of RGB (Red+Green+Blue) = 218+147+16=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9310 is #256CEF. Grayscale: #999999. Windows color (decimal): -2452720 or 1086426. OLE color: 1086426.

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

Color convert

RGB 218 147 16 -
CMYK 0 0.33 0.93 0.15
HSL 38.91º 0.86% 0.46% -
HSV(B) 38.91º 0.93% 0.85% -
XYZ 39.44 35.81 5.32 -
YUV 153.3 50.52 174.15 -
System Red Green Blue C M Y K H S L
Decimal 218 147 16 0 0.33 0.93 0.15 38.91 0.86 0.46
Hex DA 93 10 0 21 5D F 27 56 2E
Octal 332 223 20 0 41 135 17 47 126 56
Binary 11011010 10010011 10000 0 100001 1011101 1111 100111 1010110 101110

Color Harmonies of #DA9310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9310

Black with #DA9310

Text Example


Text Example

White with #DA9310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9310; }

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

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

background-color css

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

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

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

border-color css

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

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

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