Html Css Color HEX #DA9710 Gamboge

📋 copy color: '#DA9710'

red 218 ◦ green 151 ◦ blue 16

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

Shades of Gamboge #DA9710

Tints of Gamboge #DA9710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.22%

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

R = 56.62%
G = 39.22%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA9710 (or 0xDA9710) is known color: Gamboge. HEX triplet: DA, 97 and 10. RGB value is (218,151,16). Sum of RGB (Red+Green+Blue) = 218+151+16=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9710 is #2568EF. Grayscale: #9C9C9C. Windows color (decimal): -2451696 or 1087450. OLE color: 1087450.

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

Color convert

RGB 218 151 16 -
CMYK 0 0.31 0.93 0.15
HSL 40.1º 0.86% 0.46% -
HSV(B) 40.1º 0.93% 0.85% -
XYZ 40.07 37.08 5.53 -
YUV 155.64 49.2 172.48 -
System Red Green Blue C M Y K H S L
Decimal 218 151 16 0 0.31 0.93 0.15 40.1 0.86 0.46
Hex DA 97 10 0 1F 5D F 28 56 2E
Octal 332 227 20 0 37 135 17 50 126 56
Binary 11011010 10010111 10000 0 11111 1011101 1111 101000 1010110 101110

Color Harmonies of #DA9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9710

Black with #DA9710

Text Example


Text Example

White with #DA9710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9710; }

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

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

background-color css

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

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

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

border-color css

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

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

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