Html Css Color HEX #DA9210 Gamboge

📋 copy color: '#DA9210'

red 218 ◦ green 146 ◦ blue 16

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

Shades of Gamboge #DA9210

Tints of Gamboge #DA9210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

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

R = 57.37%
G = 38.42%
B = 4.21%

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

#DA9210 (or 0xDA9210) is known color: Gamboge. HEX triplet: DA, 92 and 10. RGB value is (218,146,16). Sum of RGB (Red+Green+Blue) = 218+146+16=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9210 is #256DEF. Grayscale: #999999. Windows color (decimal): -2452976 or 1086170. OLE color: 1086170.

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

Color convert

RGB 218 146 16 -
CMYK 0 0.33 0.93 0.15
HSL 38.61º 0.86% 0.46% -
HSV(B) 38.61º 0.93% 0.85% -
XYZ 39.29 35.5 5.27 -
YUV 152.71 50.85 174.57 -
System Red Green Blue C M Y K H S L
Decimal 218 146 16 0 0.33 0.93 0.15 38.61 0.86 0.46
Hex DA 92 10 0 21 5D F 27 56 2E
Octal 332 222 20 0 41 135 17 47 126 56
Binary 11011010 10010010 10000 0 100001 1011101 1111 100111 1010110 101110

Color Harmonies of #DA9210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9210

Black with #DA9210

Text Example


Text Example

White with #DA9210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9210; }

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

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

background-color css

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

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

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

border-color css

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

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

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