Html Css Color HEX #DA9910 Gamboge

📋 copy color: '#DA9910'

red 218 ◦ green 153 ◦ blue 16

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

Shades of Gamboge #DA9910

Tints of Gamboge #DA9910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.53%

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

R = 56.33%
G = 39.53%
B = 4.13%

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

#DA9910 (or 0xDA9910) is known color: Gamboge. HEX triplet: DA, 99 and 10. RGB value is (218,153,16). Sum of RGB (Red+Green+Blue) = 218+153+16=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9910 is #2566EF. Grayscale: #9D9D9D. Windows color (decimal): -2451184 or 1087962. OLE color: 1087962.

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

Color convert

RGB 218 153 16 -
CMYK 0 0.30 0.93 0.15
HSL 40.69º 0.86% 0.46% -
HSV(B) 40.69º 0.93% 0.85% -
XYZ 40.4 37.73 5.64 -
YUV 156.82 48.53 171.64 -
System Red Green Blue C M Y K H S L
Decimal 218 153 16 0 0.30 0.93 0.15 40.69 0.86 0.46
Hex DA 99 10 0 1E 5D F 29 56 2E
Octal 332 231 20 0 36 135 17 51 126 56
Binary 11011010 10011001 10000 0 11110 1011101 1111 101001 1010110 101110

Color Harmonies of #DA9910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9910

Black with #DA9910

Text Example


Text Example

White with #DA9910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9910; }

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

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

background-color css

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

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

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

border-color css

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

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

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