Html Css Color HEX #D99312 Gamboge

📋 copy color: '#D99312'

red 217 ◦ green 147 ◦ blue 18

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

Shades of Gamboge #D99312

Tints of Gamboge #D99312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.48%

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

R = 56.81%
G = 38.48%
B = 4.71%

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

#D99312 (or 0xD99312) is known color: Gamboge. HEX triplet: D9, 93 and 12. RGB value is (217,147,18). Sum of RGB (Red+Green+Blue) = 217+147+18=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D99312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99312 is #266CED. Grayscale: #999999. Windows color (decimal): -2518254 or 1217497. OLE color: 1217497.

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

Color convert

RGB 217 147 18 -
CMYK 0 0.32 0.92 0.15
HSL 38.89º 0.85% 0.46% -
HSV(B) 38.89º 0.92% 0.85% -
XYZ 39.16 35.66 5.39 -
YUV 153.22 51.69 173.49 -
System Red Green Blue C M Y K H S L
Decimal 217 147 18 0 0.32 0.92 0.15 38.89 0.85 0.46
Hex D9 93 12 0 20 5C F 27 55 2E
Octal 331 223 22 0 40 134 17 47 125 56
Binary 11011001 10010011 10010 0 100000 1011100 1111 100111 1010101 101110

Color Harmonies of #D99312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99312

Black with #D99312

Text Example


Text Example

White with #D99312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99312; }

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

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

background-color css

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

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

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

border-color css

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

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

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