Html Css Color HEX #DA8510 Gamboge

📋 copy color: '#DA8510'

red 218 ◦ green 133 ◦ blue 16

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

Shades of Gamboge #DA8510

Tints of Gamboge #DA8510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

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

R = 59.4%
G = 36.24%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA8510 (or 0xDA8510) is known color: Gamboge. HEX triplet: DA, 85 and 10. RGB value is (218,133,16). Sum of RGB (Red+Green+Blue) = 218+133+16=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8510 is #257AEF. Grayscale: #919191. Windows color (decimal): -2456304 or 1082842. OLE color: 1082842.

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

Color convert

RGB 218 133 16 -
CMYK 0 0.39 0.93 0.15
HSL 34.75º 0.86% 0.46% -
HSV(B) 34.75º 0.93% 0.85% -
XYZ 37.39 31.72 4.64 -
YUV 145.08 55.16 180.01 -
System Red Green Blue C M Y K H S L
Decimal 218 133 16 0 0.39 0.93 0.15 34.75 0.86 0.46
Hex DA 85 10 0 27 5D F 23 56 2E
Octal 332 205 20 0 47 135 17 43 126 56
Binary 11011010 10000101 10000 0 100111 1011101 1111 100011 1010110 101110

Color Harmonies of #DA8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8510

Black with #DA8510

Text Example


Text Example

White with #DA8510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8510; }

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

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

background-color css

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

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

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

border-color css

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

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

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