Html Css Color HEX #DA9012 Gamboge

📋 copy color: '#DA9012'

red 218 ◦ green 144 ◦ blue 18

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

Shades of Gamboge #DA9012

Tints of Gamboge #DA9012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.89%

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

R = 57.37%
G = 37.89%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA9012 (or 0xDA9012) is known color: Gamboge. HEX triplet: DA, 90 and 12. RGB value is (218,144,18). Sum of RGB (Red+Green+Blue) = 218+144+18=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9012 is #256FED. Grayscale: #989898. Windows color (decimal): -2453486 or 1216730. OLE color: 1216730.

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

Color convert

RGB 218 144 18 -
CMYK 0 0.34 0.92 0.15
HSL 37.8º 0.85% 0.46% -
HSV(B) 37.8º 0.92% 0.85% -
XYZ 39 34.9 5.25 -
YUV 151.76 52.52 175.25 -
System Red Green Blue C M Y K H S L
Decimal 218 144 18 0 0.34 0.92 0.15 37.8 0.85 0.46
Hex DA 90 12 0 22 5C F 26 55 2E
Octal 332 220 22 0 42 134 17 46 125 56
Binary 11011010 10010000 10010 0 100010 1011100 1111 100110 1010101 101110

Color Harmonies of #DA9012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9012

Black with #DA9012

Text Example


Text Example

White with #DA9012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9012; }

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

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

background-color css

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

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

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

border-color css

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

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

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