Html Css Color HEX #DAA20E Gamboge

📋 copy color: '#DAA20E'

red 218 ◦ green 162 ◦ blue 14

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

Shades of Gamboge #DAA20E

Tints of Gamboge #DAA20E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.12%

 BLUE value IS 14 (5.86% from 255) = 3.55%

R = 55.33%
G = 41.12%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAA20E (or 0xDAA20E) is known color: Gamboge. HEX triplet: DA, A2 and 0E. RGB value is (218,162,14). Sum of RGB (Red+Green+Blue) = 218+162+14=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA20E is #255DF1. Grayscale: #A2A2A2. Windows color (decimal): -2448882 or 959194. OLE color: 959194.

HSL color Cylindrical-coordinate representation of color #DAA20E: hue angle of 43.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAA20E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 162 14 -
CMYK 0 0.26 0.94 0.15
HSL 43.53º 0.88% 0.45% -
HSV(B) 43.53º 0.94% 0.85% -
XYZ 41.91 40.78 6.08 -
YUV 161.87 44.55 168.03 -
System Red Green Blue C M Y K H S L
Decimal 218 162 14 0 0.26 0.94 0.15 43.53 0.88 0.45
Hex DA A2 E 0 1A 5E F 2C 58 2D
Octal 332 242 16 0 32 136 17 54 130 55
Binary 11011010 10100010 1110 0 11010 1011110 1111 101100 1011000 101101

Color Harmonies of #DAA20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA20E

Black with #DAA20E

Text Example


Text Example

White with #DAA20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA20E; }

 p { color: rgb(218,162,14); }

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

background-color css

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

 a { background-color: rgb(218,162,14); }

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

border-color css

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

 span { border-color: rgb(218,162,14); }

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