Html Css Color HEX #D8930F Gamboge

📋 copy color: '#D8930F'

red 216 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #D8930F

Tints of Gamboge #D8930F

RGB

 RED value IS 216 (84.77% from 255) = 57.14%

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

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

R = 57.14%
G = 38.89%
B = 3.97%

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

#D8930F (or 0xD8930F) is known color: Gamboge. HEX triplet: D8, 93 and 0F. RGB value is (216,147,15). Sum of RGB (Red+Green+Blue) = 216+147+15=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8930F is #276CF0. Grayscale: #999999. Windows color (decimal): -2583793 or 1020888. OLE color: 1020888.

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

Color convert

RGB 216 147 15 -
CMYK 0 0.32 0.93 0.15
HSL 39.4º 0.87% 0.45% -
HSV(B) 39.4º 0.93% 0.85% -
XYZ 38.84 35.5 5.26 -
YUV 152.58 50.36 173.23 -
System Red Green Blue C M Y K H S L
Decimal 216 147 15 0 0.32 0.93 0.15 39.4 0.87 0.45
Hex D8 93 F 0 20 5D F 27 57 2D
Octal 330 223 17 0 40 135 17 47 127 55
Binary 11011000 10010011 1111 0 100000 1011101 1111 100111 1010111 101101

Color Harmonies of #D8930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8930F

Black with #D8930F

Text Example


Text Example

White with #D8930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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