Html Css Color HEX #DA9813 Gamboge

📋 copy color: '#DA9813'

red 218 ◦ green 152 ◦ blue 19

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

Shades of Gamboge #DA9813

Tints of Gamboge #DA9813

RGB

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

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

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

R = 56.04%
G = 39.07%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA9813 (or 0xDA9813) is known color: Gamboge. HEX triplet: DA, 98 and 13. RGB value is (218,152,19). Sum of RGB (Red+Green+Blue) = 218+152+19=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9813 is #2567EC. Grayscale: #9D9D9D. Windows color (decimal): -2451437 or 1284314. OLE color: 1284314.

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

Color convert

RGB 218 152 19 -
CMYK 0 0.30 0.91 0.15
HSL 40.1º 0.84% 0.46% -
HSV(B) 40.1º 0.91% 0.85% -
XYZ 40.26 37.41 5.71 -
YUV 156.57 50.37 171.81 -
System Red Green Blue C M Y K H S L
Decimal 218 152 19 0 0.30 0.91 0.15 40.1 0.84 0.46
Hex DA 98 13 0 1E 5B F 28 54 2E
Octal 332 230 23 0 36 133 17 50 124 56
Binary 11011010 10011000 10011 0 11110 1011011 1111 101000 1010100 101110

Color Harmonies of #DA9813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9813

Black with #DA9813

Text Example


Text Example

White with #DA9813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9813; }

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

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

background-color css

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

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

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

border-color css

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

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

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