Html Css Color HEX #DAA412 Gamboge

📋 copy color: '#DAA412'

red 218 ◦ green 164 ◦ blue 18

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

Shades of Gamboge #DAA412

Tints of Gamboge #DAA412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

 BLUE value IS 18 (7.42% from 255) = 4.5%

R = 54.5%
G = 41%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAA412 (or 0xDAA412) is known color: Gamboge. HEX triplet: DA, A4 and 12. RGB value is (218,164,18). Sum of RGB (Red+Green+Blue) = 218+164+18=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA412 is #255BED. Grayscale: #A4A4A4. Windows color (decimal): -2448366 or 1221850. OLE color: 1221850.

HSL color Cylindrical-coordinate representation of color #DAA412: hue angle of 43.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAA412 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 164 18 -
CMYK 0 0.25 0.92 0.15
HSL 43.8º 0.85% 0.46% -
HSV(B) 43.8º 0.92% 0.85% -
XYZ 42.3 41.5 6.35 -
YUV 163.5 45.89 166.87 -
System Red Green Blue C M Y K H S L
Decimal 218 164 18 0 0.25 0.92 0.15 43.8 0.85 0.46
Hex DA A4 12 0 19 5C F 2C 55 2E
Octal 332 244 22 0 31 134 17 54 125 56
Binary 11011010 10100100 10010 0 11001 1011100 1111 101100 1010101 101110

Color Harmonies of #DAA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA412

Black with #DAA412

Text Example


Text Example

White with #DAA412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA412; }

 p { color: rgb(218,164,18); }

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

background-color css

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

 a { background-color: rgb(218,164,18); }

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

border-color css

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

 span { border-color: rgb(218,164,18); }

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