Html Css Color HEX #DA9E18 Gamboge

📋 copy color: '#DA9E18'

red 218 ◦ green 158 ◦ blue 24

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

Shades of Gamboge #DA9E18

Tints of Gamboge #DA9E18

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

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

R = 54.5%
G = 39.5%
B = 6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA9E18 (or 0xDA9E18) is known color: Gamboge. HEX triplet: DA, 9E and 18. RGB value is (218,158,24). Sum of RGB (Red+Green+Blue) = 218+158+24=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9E18 is #2561E7. Grayscale: #A1A1A1. Windows color (decimal): -2449896 or 1613530. OLE color: 1613530.

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

Color convert

RGB 218 158 24 -
CMYK 0 0.28 0.89 0.15
HSL 41.44º 0.8% 0.47% -
HSV(B) 41.44º 0.89% 0.85% -
XYZ 41.31 39.43 6.3 -
YUV 160.66 50.88 168.9 -
System Red Green Blue C M Y K H S L
Decimal 218 158 24 0 0.28 0.89 0.15 41.44 0.8 0.47
Hex DA 9E 18 0 1C 59 F 29 50 2F
Octal 332 236 30 0 34 131 17 51 120 57
Binary 11011010 10011110 11000 0 11100 1011001 1111 101001 1010000 101111

Color Harmonies of #DA9E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E18

Black with #DA9E18

Text Example


Text Example

White with #DA9E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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