Html Css Color HEX #DA9810 Gamboge

📋 copy color: '#DA9810'

red 218 ◦ green 152 ◦ blue 16

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

Shades of Gamboge #DA9810

Tints of Gamboge #DA9810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.38%

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

R = 56.48%
G = 39.38%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA9810 (or 0xDA9810) is known color: Gamboge. HEX triplet: DA, 98 and 10. RGB value is (218,152,16). Sum of RGB (Red+Green+Blue) = 218+152+16=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9810 is #2567EF. Grayscale: #9C9C9C. Windows color (decimal): -2451440 or 1087706. OLE color: 1087706.

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

Color convert

RGB 218 152 16 -
CMYK 0 0.30 0.93 0.15
HSL 40.4º 0.86% 0.46% -
HSV(B) 40.4º 0.93% 0.85% -
XYZ 40.24 37.4 5.59 -
YUV 156.23 48.87 172.06 -
System Red Green Blue C M Y K H S L
Decimal 218 152 16 0 0.30 0.93 0.15 40.4 0.86 0.46
Hex DA 98 10 0 1E 5D F 28 56 2E
Octal 332 230 20 0 36 135 17 50 126 56
Binary 11011010 10011000 10000 0 11110 1011101 1111 101000 1010110 101110

Color Harmonies of #DA9810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9810

Black with #DA9810

Text Example


Text Example

White with #DA9810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9810; }

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

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

background-color css

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

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

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

border-color css

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

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

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