Html Css Color HEX #DAA80E Gamboge

📋 copy color: '#DAA80E'

red 218 ◦ green 168 ◦ blue 14

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

Shades of Gamboge #DAA80E

Tints of Gamboge #DAA80E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42%

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

R = 54.5%
G = 42%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAA80E (or 0xDAA80E) is known color: Gamboge. HEX triplet: DA, A8 and 0E. RGB value is (218,168,14). Sum of RGB (Red+Green+Blue) = 218+168+14=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA80E is #2557F1. Grayscale: #A6A6A6. Windows color (decimal): -2447346 or 960730. OLE color: 960730.

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

Color convert

RGB 218 168 14 -
CMYK 0 0.23 0.94 0.15
HSL 45.29º 0.88% 0.45% -
HSV(B) 45.29º 0.94% 0.85% -
XYZ 43 42.94 6.44 -
YUV 165.39 42.57 165.52 -
System Red Green Blue C M Y K H S L
Decimal 218 168 14 0 0.23 0.94 0.15 45.29 0.88 0.45
Hex DA A8 E 0 17 5E F 2D 58 2D
Octal 332 250 16 0 27 136 17 55 130 55
Binary 11011010 10101000 1110 0 10111 1011110 1111 101101 1011000 101101

Color Harmonies of #DAA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA80E

Black with #DAA80E

Text Example


Text Example

White with #DAA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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