Html Css Color HEX #DA9318 Gamboge

📋 copy color: '#DA9318'

red 218 ◦ green 147 ◦ blue 24

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

Shades of Gamboge #DA9318

Tints of Gamboge #DA9318

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

 BLUE value IS 24 (9.77% from 255) = 6.17%

R = 56.04%
G = 37.79%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA9318 (or 0xDA9318) is known color: Gamboge. HEX triplet: DA, 93 and 18. RGB value is (218,147,24). Sum of RGB (Red+Green+Blue) = 218+147+24=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9318 is #256CE7. Grayscale: #9A9A9A. Windows color (decimal): -2452712 or 1610714. OLE color: 1610714.

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

Color convert

RGB 218 147 24 -
CMYK 0 0.33 0.89 0.15
HSL 38.04º 0.8% 0.47% -
HSV(B) 38.04º 0.89% 0.85% -
XYZ 39.51 35.84 5.7 -
YUV 154.21 54.52 173.5 -
System Red Green Blue C M Y K H S L
Decimal 218 147 24 0 0.33 0.89 0.15 38.04 0.8 0.47
Hex DA 93 18 0 21 59 F 26 50 2F
Octal 332 223 30 0 41 131 17 46 120 57
Binary 11011010 10010011 11000 0 100001 1011001 1111 100110 1010000 101111

Color Harmonies of #DA9318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9318

Black with #DA9318

Text Example


Text Example

White with #DA9318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9318; }

 p { color: rgb(218,147,24); }

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

background-color css

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

 a { background-color: rgb(218,147,24); }

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

border-color css

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

 span { border-color: rgb(218,147,24); }

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