Html Css Color HEX #D9930F Gamboge

📋 copy color: '#D9930F'

red 217 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #D9930F

Tints of Gamboge #D9930F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.96%

R = 57.26%
G = 38.79%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9930F (or 0xD9930F) is known color: Gamboge. HEX triplet: D9, 93 and 0F. RGB value is (217,147,15). Sum of RGB (Red+Green+Blue) = 217+147+15=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9930F is #266CF0. Grayscale: #999999. Windows color (decimal): -2518257 or 1020889. OLE color: 1020889.

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

Color convert

RGB 217 147 15 -
CMYK 0 0.32 0.93 0.15
HSL 39.21º 0.87% 0.45% -
HSV(B) 39.21º 0.93% 0.85% -
XYZ 39.14 35.65 5.27 -
YUV 152.88 50.19 173.73 -
System Red Green Blue C M Y K H S L
Decimal 217 147 15 0 0.32 0.93 0.15 39.21 0.87 0.45
Hex D9 93 F 0 20 5D F 27 57 2D
Octal 331 223 17 0 40 135 17 47 127 55
Binary 11011001 10010011 1111 0 100000 1011101 1111 100111 1010111 101101

Color Harmonies of #D9930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9930F

Black with #D9930F

Text Example


Text Example

White with #D9930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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