Html Css Color HEX #D99512 Gamboge

📋 copy color: '#D99512'

red 217 ◦ green 149 ◦ blue 18

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

Shades of Gamboge #D99512

Tints of Gamboge #D99512

RGB

 RED value IS 217 (85.16% from 255) = 56.51%

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

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

R = 56.51%
G = 38.8%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D99512 (or 0xD99512) is known color: Gamboge. HEX triplet: D9, 95 and 12. RGB value is (217,149,18). Sum of RGB (Red+Green+Blue) = 217+149+18=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D99512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99512 is #266AED. Grayscale: #9A9A9A. Windows color (decimal): -2517742 or 1218009. OLE color: 1218009.

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

Color convert

RGB 217 149 18 -
CMYK 0 0.31 0.92 0.15
HSL 39.5º 0.85% 0.46% -
HSV(B) 39.5º 0.92% 0.85% -
XYZ 39.47 36.29 5.5 -
YUV 154.4 51.03 172.65 -
System Red Green Blue C M Y K H S L
Decimal 217 149 18 0 0.31 0.92 0.15 39.5 0.85 0.46
Hex D9 95 12 0 1F 5C F 27 55 2E
Octal 331 225 22 0 37 134 17 47 125 56
Binary 11011001 10010101 10010 0 11111 1011100 1111 100111 1010101 101110

Color Harmonies of #D99512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99512

Black with #D99512

Text Example


Text Example

White with #D99512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99512; }

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

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

background-color css

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

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

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

border-color css

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

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

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