Html Css Color HEX #DA9610 Gamboge

📋 copy color: '#DA9610'

red 218 ◦ green 150 ◦ blue 16

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

Shades of Gamboge #DA9610

Tints of Gamboge #DA9610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.06%

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

R = 56.77%
G = 39.06%
B = 4.17%

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

#DA9610 (or 0xDA9610) is known color: Gamboge. HEX triplet: DA, 96 and 10. RGB value is (218,150,16). Sum of RGB (Red+Green+Blue) = 218+150+16=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9610 is #2569EF. Grayscale: #9B9B9B. Windows color (decimal): -2451952 or 1087194. OLE color: 1087194.

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

Color convert

RGB 218 150 16 -
CMYK 0 0.31 0.93 0.15
HSL 39.8º 0.86% 0.46% -
HSV(B) 39.8º 0.93% 0.85% -
XYZ 39.91 36.76 5.48 -
YUV 155.06 49.53 172.9 -
System Red Green Blue C M Y K H S L
Decimal 218 150 16 0 0.31 0.93 0.15 39.8 0.86 0.46
Hex DA 96 10 0 1F 5D F 28 56 2E
Octal 332 226 20 0 37 135 17 50 126 56
Binary 11011010 10010110 10000 0 11111 1011101 1111 101000 1010110 101110

Color Harmonies of #DA9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9610

Black with #DA9610

Text Example


Text Example

White with #DA9610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9610; }

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

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

background-color css

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

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

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

border-color css

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

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

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