Html Css Color HEX #DA9413 Gamboge

📋 copy color: '#DA9413'

red 218 ◦ green 148 ◦ blue 19

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

Shades of Gamboge #DA9413

Tints of Gamboge #DA9413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

 BLUE value IS 19 (7.81% from 255) = 4.94%

R = 56.62%
G = 38.44%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA9413 (or 0xDA9413) is known color: Gamboge. HEX triplet: DA, 94 and 13. RGB value is (218,148,19). Sum of RGB (Red+Green+Blue) = 218+148+19=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9413 is #256BEC. Grayscale: #9A9A9A. Windows color (decimal): -2452461 or 1283290. OLE color: 1283290.

HSL color Cylindrical-coordinate representation of color #DA9413: hue angle of 38.89º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA9413 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 148 19 -
CMYK 0 0.32 0.91 0.15
HSL 38.89º 0.84% 0.46% -
HSV(B) 38.89º 0.91% 0.85% -
XYZ 39.62 36.13 5.5 -
YUV 154.22 51.69 173.49 -
System Red Green Blue C M Y K H S L
Decimal 218 148 19 0 0.32 0.91 0.15 38.89 0.84 0.46
Hex DA 94 13 0 20 5B F 27 54 2E
Octal 332 224 23 0 40 133 17 47 124 56
Binary 11011010 10010100 10011 0 100000 1011011 1111 100111 1010100 101110

Color Harmonies of #DA9413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9413

Black with #DA9413

Text Example


Text Example

White with #DA9413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9413; }

 p { color: rgb(218,148,19); }

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

background-color css

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

 a { background-color: rgb(218,148,19); }

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

border-color css

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

 span { border-color: rgb(218,148,19); }

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