Html Css Color HEX #DA9115 Gamboge

📋 copy color: '#DA9115'

red 218 ◦ green 145 ◦ blue 21

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

Shades of Gamboge #DA9115

Tints of Gamboge #DA9115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 21 (8.59% from 255) = 5.47%

R = 56.77%
G = 37.76%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA9115 (or 0xDA9115) is known color: Gamboge. HEX triplet: DA, 91 and 15. RGB value is (218,145,21). Sum of RGB (Red+Green+Blue) = 218+145+21=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9115 is #256EEA. Grayscale: #999999. Windows color (decimal): -2453227 or 1413594. OLE color: 1413594.

HSL color Cylindrical-coordinate representation of color #DA9115: hue angle of 37.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA9115 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 145 21 -
CMYK 0 0.33 0.90 0.15
HSL 37.77º 0.82% 0.47% -
HSV(B) 37.77º 0.9% 0.85% -
XYZ 39.17 35.21 5.44 -
YUV 152.69 53.68 174.58 -
System Red Green Blue C M Y K H S L
Decimal 218 145 21 0 0.33 0.90 0.15 37.77 0.82 0.47
Hex DA 91 15 0 21 5A F 26 52 2F
Octal 332 221 25 0 41 132 17 46 122 57
Binary 11011010 10010001 10101 0 100001 1011010 1111 100110 1010010 101111

Color Harmonies of #DA9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9115

Black with #DA9115

Text Example


Text Example

White with #DA9115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9115; }

 p { color: rgb(218,145,21); }

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

background-color css

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

 a { background-color: rgb(218,145,21); }

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

border-color css

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

 span { border-color: rgb(218,145,21); }

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