Html Css Color HEX #DA9918 Gamboge

📋 copy color: '#DA9918'

red 218 ◦ green 153 ◦ blue 24

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

Shades of Gamboge #DA9918

Tints of Gamboge #DA9918

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.73%

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

R = 55.19%
G = 38.73%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA9918 (or 0xDA9918) is known color: Gamboge. HEX triplet: DA, 99 and 18. RGB value is (218,153,24). Sum of RGB (Red+Green+Blue) = 218+153+24=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9918 is #2566E7. Grayscale: #9E9E9E. Windows color (decimal): -2451176 or 1612250. OLE color: 1612250.

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

Color convert

RGB 218 153 24 -
CMYK 0 0.30 0.89 0.15
HSL 39.9º 0.8% 0.47% -
HSV(B) 39.9º 0.89% 0.85% -
XYZ 40.47 37.75 6.02 -
YUV 157.73 52.53 170.99 -
System Red Green Blue C M Y K H S L
Decimal 218 153 24 0 0.30 0.89 0.15 39.9 0.8 0.47
Hex DA 99 18 0 1E 59 F 28 50 2F
Octal 332 231 30 0 36 131 17 50 120 57
Binary 11011010 10011001 11000 0 11110 1011001 1111 101000 1010000 101111

Color Harmonies of #DA9918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9918

Black with #DA9918

Text Example


Text Example

White with #DA9918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9918; }

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

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

background-color css

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

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

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

border-color css

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

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

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