Html Css Color HEX #DAA312 Gamboge

📋 copy color: '#DAA312'

red 218 ◦ green 163 ◦ blue 18

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

Shades of Gamboge #DAA312

Tints of Gamboge #DAA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

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

R = 54.64%
G = 40.85%
B = 4.51%

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

#DAA312 (or 0xDAA312) is known color: Gamboge. HEX triplet: DA, A3 and 12. RGB value is (218,163,18). Sum of RGB (Red+Green+Blue) = 218+163+18=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA312 is #255CED. Grayscale: #A3A3A3. Windows color (decimal): -2448622 or 1221594. OLE color: 1221594.

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

Color convert

RGB 218 163 18 -
CMYK 0 0.25 0.92 0.15
HSL 43.5º 0.85% 0.46% -
HSV(B) 43.5º 0.92% 0.85% -
XYZ 42.12 41.14 6.29 -
YUV 162.92 46.22 167.29 -
System Red Green Blue C M Y K H S L
Decimal 218 163 18 0 0.25 0.92 0.15 43.5 0.85 0.46
Hex DA A3 12 0 19 5C F 2C 55 2E
Octal 332 243 22 0 31 134 17 54 125 56
Binary 11011010 10100011 10010 0 11001 1011100 1111 101100 1010101 101110

Color Harmonies of #DAA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA312

Black with #DAA312

Text Example


Text Example

White with #DAA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA312; }

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

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

background-color css

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

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

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

border-color css

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

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

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