Html Css Color HEX #DA9313 Gamboge

📋 copy color: '#DA9313'

red 218 ◦ green 147 ◦ blue 19

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

Shades of Gamboge #DA9313

Tints of Gamboge #DA9313

RGB

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

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

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

R = 56.77%
G = 38.28%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA9313 (or 0xDA9313) is known color: Gamboge. HEX triplet: DA, 93 and 13. RGB value is (218,147,19). Sum of RGB (Red+Green+Blue) = 218+147+19=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9313 is #256CEC. Grayscale: #9A9A9A. Windows color (decimal): -2452717 or 1283034. OLE color: 1283034.

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

Color convert

RGB 218 147 19 -
CMYK 0 0.33 0.91 0.15
HSL 38.59º 0.84% 0.46% -
HSV(B) 38.59º 0.91% 0.85% -
XYZ 39.46 35.82 5.45 -
YUV 153.64 52.02 173.91 -
System Red Green Blue C M Y K H S L
Decimal 218 147 19 0 0.33 0.91 0.15 38.59 0.84 0.46
Hex DA 93 13 0 21 5B F 27 54 2E
Octal 332 223 23 0 41 133 17 47 124 56
Binary 11011010 10010011 10011 0 100001 1011011 1111 100111 1010100 101110

Color Harmonies of #DA9313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9313

Black with #DA9313

Text Example


Text Example

White with #DA9313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9313; }

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

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

background-color css

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

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

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

border-color css

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

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

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