Html Css Color HEX #DAA60E Gamboge

📋 copy color: '#DAA60E'

red 218 ◦ green 166 ◦ blue 14

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

Shades of Gamboge #DAA60E

Tints of Gamboge #DAA60E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

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

R = 54.77%
G = 41.71%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAA60E (or 0xDAA60E) is known color: Gamboge. HEX triplet: DA, A6 and 0E. RGB value is (218,166,14). Sum of RGB (Red+Green+Blue) = 218+166+14=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA60E is #2559F1. Grayscale: #A4A4A4. Windows color (decimal): -2447858 or 960218. OLE color: 960218.

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

Color convert

RGB 218 166 14 -
CMYK 0 0.24 0.94 0.15
HSL 44.71º 0.88% 0.45% -
HSV(B) 44.71º 0.94% 0.85% -
XYZ 42.63 42.21 6.32 -
YUV 164.22 43.23 166.36 -
System Red Green Blue C M Y K H S L
Decimal 218 166 14 0 0.24 0.94 0.15 44.71 0.88 0.45
Hex DA A6 E 0 18 5E F 2D 58 2D
Octal 332 246 16 0 30 136 17 55 130 55
Binary 11011010 10100110 1110 0 11000 1011110 1111 101101 1011000 101101

Color Harmonies of #DAA60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA60E

Black with #DAA60E

Text Example


Text Example

White with #DAA60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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