Html Css Color HEX #DAA014 Gamboge

📋 copy color: '#DAA014'

red 218 ◦ green 160 ◦ blue 20

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

Shades of Gamboge #DAA014

Tints of Gamboge #DAA014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.2%

 BLUE value IS 20 (8.2% from 255) = 5.03%

R = 54.77%
G = 40.2%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAA014 (or 0xDAA014) is known color: Gamboge. HEX triplet: DA, A0 and 14. RGB value is (218,160,20). Sum of RGB (Red+Green+Blue) = 218+160+20=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA014 is #255FEB. Grayscale: #A1A1A1. Windows color (decimal): -2449388 or 1351898. OLE color: 1351898.

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

Color convert

RGB 218 160 20 -
CMYK 0 0.27 0.91 0.15
HSL 42.42º 0.83% 0.47% -
HSV(B) 42.42º 0.91% 0.85% -
XYZ 41.61 40.1 6.21 -
YUV 161.38 48.22 168.38 -
System Red Green Blue C M Y K H S L
Decimal 218 160 20 0 0.27 0.91 0.15 42.42 0.83 0.47
Hex DA A0 14 0 1B 5B F 2A 53 2F
Octal 332 240 24 0 33 133 17 52 123 57
Binary 11011010 10100000 10100 0 11011 1011011 1111 101010 1010011 101111

Color Harmonies of #DAA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA014

Black with #DAA014

Text Example


Text Example

White with #DAA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA014; }

 p { color: rgb(218,160,20); }

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

background-color css

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

 a { background-color: rgb(218,160,20); }

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

border-color css

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

 span { border-color: rgb(218,160,20); }

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