Html Css Color HEX #D99F0C Gamboge

📋 copy color: '#D99F0C'

red 217 ◦ green 159 ◦ blue 12

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

Shades of Gamboge #D99F0C

Tints of Gamboge #D99F0C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.98%

 BLUE value IS 12 (5.08% from 255) = 3.09%

R = 55.93%
G = 40.98%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D99F0C (or 0xD99F0C) is known color: Gamboge. HEX triplet: D9, 9F and 0C. RGB value is (217,159,12). Sum of RGB (Red+Green+Blue) = 217+159+12=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99F0C is #2660F3. Grayscale: #A0A0A0. Windows color (decimal): -2515188 or 827353. OLE color: 827353.

HSL color Cylindrical-coordinate representation of color #D99F0C: hue angle of 43.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D99F0C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 12 -
CMYK 0 0.27 0.94 0.15
HSL 43.02º 0.9% 0.45% -
HSV(B) 43.02º 0.94% 0.85% -
XYZ 41.08 39.57 5.82 -
YUV 159.58 44.72 168.95 -
System Red Green Blue C M Y K H S L
Decimal 217 159 12 0 0.27 0.94 0.15 43.02 0.9 0.45
Hex D9 9F C 0 1B 5E F 2B 5A 2D
Octal 331 237 14 0 33 136 17 53 132 55
Binary 11011001 10011111 1100 0 11011 1011110 1111 101011 1011010 101101

Color Harmonies of #D99F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F0C

Black with #D99F0C

Text Example


Text Example

White with #D99F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F0C; }

 p { color: rgb(217,159,12); }

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

background-color css

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

 a { background-color: rgb(217,159,12); }

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

border-color css

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

 span { border-color: rgb(217,159,12); }

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