Html Css Color HEX #DAA00E Gamboge

📋 copy color: '#DAA00E'

red 218 ◦ green 160 ◦ blue 14

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

Shades of Gamboge #DAA00E

Tints of Gamboge #DAA00E

RGB

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

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

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

R = 55.61%
G = 40.82%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAA00E (or 0xDAA00E) is known color: Gamboge. HEX triplet: DA, A0 and 0E. RGB value is (218,160,14). Sum of RGB (Red+Green+Blue) = 218+160+14=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA00E is #255FF1. Grayscale: #A1A1A1. Windows color (decimal): -2449394 or 958682. OLE color: 958682.

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

Color convert

RGB 218 160 14 -
CMYK 0 0.27 0.94 0.15
HSL 42.94º 0.88% 0.45% -
HSV(B) 42.94º 0.94% 0.85% -
XYZ 41.56 40.08 5.96 -
YUV 160.7 45.22 168.87 -
System Red Green Blue C M Y K H S L
Decimal 218 160 14 0 0.27 0.94 0.15 42.94 0.88 0.45
Hex DA A0 E 0 1B 5E F 2B 58 2D
Octal 332 240 16 0 33 136 17 53 130 55
Binary 11011010 10100000 1110 0 11011 1011110 1111 101011 1011000 101101

Color Harmonies of #DAA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA00E

Black with #DAA00E

Text Example


Text Example

White with #DAA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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