Html Css Color HEX #DA9412 Gamboge

📋 copy color: '#DA9412'

red 218 ◦ green 148 ◦ blue 18

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

Shades of Gamboge #DA9412

Tints of Gamboge #DA9412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.54%

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

R = 56.77%
G = 38.54%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA9412 (or 0xDA9412) is known color: Gamboge. HEX triplet: DA, 94 and 12. RGB value is (218,148,18). Sum of RGB (Red+Green+Blue) = 218+148+18=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9412 is #256BED. Grayscale: #9A9A9A. Windows color (decimal): -2452462 or 1217754. OLE color: 1217754.

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

Color convert

RGB 218 148 18 -
CMYK 0 0.32 0.92 0.15
HSL 39º 0.85% 0.46% -
HSV(B) 39º 0.92% 0.85% -
XYZ 39.61 36.13 5.46 -
YUV 154.11 51.19 173.57 -
System Red Green Blue C M Y K H S L
Decimal 218 148 18 0 0.32 0.92 0.15 39 0.85 0.46
Hex DA 94 12 0 20 5C F 27 55 2E
Octal 332 224 22 0 40 134 17 47 125 56
Binary 11011010 10010100 10010 0 100000 1011100 1111 100111 1010101 101110

Color Harmonies of #DA9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9412

Black with #DA9412

Text Example


Text Example

White with #DA9412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9412; }

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

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

background-color css

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

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

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

border-color css

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

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

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