Html Css Color HEX #DAA113 Gamboge

📋 copy color: '#DAA113'

red 218 ◦ green 161 ◦ blue 19

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

Shades of Gamboge #DAA113

Tints of Gamboge #DAA113

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.45%

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

R = 54.77%
G = 40.45%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAA113 (or 0xDAA113) is known color: Gamboge. HEX triplet: DA, A1 and 13. RGB value is (218,161,19). Sum of RGB (Red+Green+Blue) = 218+161+19=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA113 is #255EEC. Grayscale: #A2A2A2. Windows color (decimal): -2449133 or 1286618. OLE color: 1286618.

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

Color convert

RGB 218 161 19 -
CMYK 0 0.26 0.91 0.15
HSL 42.81º 0.84% 0.46% -
HSV(B) 42.81º 0.91% 0.85% -
XYZ 41.78 40.44 6.22 -
YUV 161.86 47.38 168.05 -
System Red Green Blue C M Y K H S L
Decimal 218 161 19 0 0.26 0.91 0.15 42.81 0.84 0.46
Hex DA A1 13 0 1A 5B F 2B 54 2E
Octal 332 241 23 0 32 133 17 53 124 56
Binary 11011010 10100001 10011 0 11010 1011011 1111 101011 1010100 101110

Color Harmonies of #DAA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA113

Black with #DAA113

Text Example


Text Example

White with #DAA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA113; }

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

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

background-color css

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

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

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

border-color css

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

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

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