Html Css Color HEX #DA9512 Gamboge

📋 copy color: '#DA9512'

red 218 ◦ green 149 ◦ blue 18

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

Shades of Gamboge #DA9512

Tints of Gamboge #DA9512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.7%

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

R = 56.62%
G = 38.7%
B = 4.68%

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

#DA9512 (or 0xDA9512) is known color: Gamboge. HEX triplet: DA, 95 and 12. RGB value is (218,149,18). Sum of RGB (Red+Green+Blue) = 218+149+18=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9512 is #256AED. Grayscale: #9B9B9B. Windows color (decimal): -2452206 or 1218010. OLE color: 1218010.

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

Color convert

RGB 218 149 18 -
CMYK 0 0.32 0.92 0.15
HSL 39.3º 0.85% 0.46% -
HSV(B) 39.3º 0.92% 0.85% -
XYZ 39.77 36.44 5.51 -
YUV 154.7 50.86 173.15 -
System Red Green Blue C M Y K H S L
Decimal 218 149 18 0 0.32 0.92 0.15 39.3 0.85 0.46
Hex DA 95 12 0 20 5C F 27 55 2E
Octal 332 225 22 0 40 134 17 47 125 56
Binary 11011010 10010101 10010 0 100000 1011100 1111 100111 1010101 101110

Color Harmonies of #DA9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9512

Black with #DA9512

Text Example


Text Example

White with #DA9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9512; }

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

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

background-color css

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

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

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

border-color css

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

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

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