Html Css Color HEX #D99412 Gamboge

📋 copy color: '#D99412'

red 217 ◦ green 148 ◦ blue 18

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

Shades of Gamboge #D99412

Tints of Gamboge #D99412

RGB

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

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

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

R = 56.66%
G = 38.64%
B = 4.7%

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

#D99412 (or 0xD99412) is known color: Gamboge. HEX triplet: D9, 94 and 12. RGB value is (217,148,18). Sum of RGB (Red+Green+Blue) = 217+148+18=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D99412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99412 is #266BED. Grayscale: #9A9A9A. Windows color (decimal): -2517998 or 1217753. OLE color: 1217753.

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

Color convert

RGB 217 148 18 -
CMYK 0 0.32 0.92 0.15
HSL 39.2º 0.85% 0.46% -
HSV(B) 39.2º 0.92% 0.85% -
XYZ 39.31 35.98 5.44 -
YUV 153.81 51.36 173.07 -
System Red Green Blue C M Y K H S L
Decimal 217 148 18 0 0.32 0.92 0.15 39.2 0.85 0.46
Hex D9 94 12 0 20 5C F 27 55 2E
Octal 331 224 22 0 40 134 17 47 125 56
Binary 11011001 10010100 10010 0 100000 1011100 1111 100111 1010101 101110

Color Harmonies of #D99412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99412

Black with #D99412

Text Example


Text Example

White with #D99412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99412; }

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

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

background-color css

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

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

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

border-color css

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

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

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