Html Css Color HEX #DAAA0E Gamboge

📋 copy color: '#DAAA0E'

red 218 ◦ green 170 ◦ blue 14

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

Shades of Gamboge #DAAA0E

Tints of Gamboge #DAAA0E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.29%

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

R = 54.23%
G = 42.29%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAAA0E (or 0xDAAA0E) is known color: Gamboge. HEX triplet: DA, AA and 0E. RGB value is (218,170,14). Sum of RGB (Red+Green+Blue) = 218+170+14=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA0E is #2555F1. Grayscale: #A7A7A7. Windows color (decimal): -2446834 or 961242. OLE color: 961242.

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

Color convert

RGB 218 170 14 -
CMYK 0 0.22 0.94 0.15
HSL 45.88º 0.88% 0.45% -
HSV(B) 45.88º 0.94% 0.85% -
XYZ 43.37 43.69 6.56 -
YUV 166.57 41.9 164.68 -
System Red Green Blue C M Y K H S L
Decimal 218 170 14 0 0.22 0.94 0.15 45.88 0.88 0.45
Hex DA AA E 0 16 5E F 2E 58 2D
Octal 332 252 16 0 26 136 17 56 130 55
Binary 11011010 10101010 1110 0 10110 1011110 1111 101110 1011000 101101

Color Harmonies of #DAAA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA0E

Black with #DAAA0E

Text Example


Text Example

White with #DAAA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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