Html Css Color HEX #DA9819 Gamboge

📋 copy color: '#DA9819'

red 218 ◦ green 152 ◦ blue 25

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

Shades of Gamboge #DA9819

Tints of Gamboge #DA9819

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.48%

 BLUE value IS 25 (10.16% from 255) = 6.33%

R = 55.19%
G = 38.48%
B = 6.33%

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

#DA9819 (or 0xDA9819) is known color: Gamboge. HEX triplet: DA, 98 and 19. RGB value is (218,152,25). Sum of RGB (Red+Green+Blue) = 218+152+25=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9819 is #2567E6. Grayscale: #9D9D9D. Windows color (decimal): -2451431 or 1677530. OLE color: 1677530.

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

Color convert

RGB 218 152 25 -
CMYK 0 0.30 0.89 0.15
HSL 39.48º 0.79% 0.48% -
HSV(B) 39.48º 0.89% 0.85% -
XYZ 40.32 37.43 6.02 -
YUV 157.26 53.37 171.33 -
System Red Green Blue C M Y K H S L
Decimal 218 152 25 0 0.30 0.89 0.15 39.48 0.79 0.48
Hex DA 98 19 0 1E 59 F 27 4F 30
Octal 332 230 31 0 36 131 17 47 117 60
Binary 11011010 10011000 11001 0 11110 1011001 1111 100111 1001111 110000

Color Harmonies of #DA9819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9819

Black with #DA9819

Text Example


Text Example

White with #DA9819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9819; }

 p { color: rgb(218,152,25); }

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

background-color css

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

 a { background-color: rgb(218,152,25); }

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

border-color css

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

 span { border-color: rgb(218,152,25); }

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