Html Css Color HEX #D7930E Gamboge

📋 copy color: '#D7930E'

red 215 ◦ green 147 ◦ blue 14

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

Shades of Gamboge #D7930E

Tints of Gamboge #D7930E

RGB

 RED value IS 215 (84.38% from 255) = 57.18%

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

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 57.18%
G = 39.1%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7930E (or 0xD7930E) is known color: Gamboge. HEX triplet: D7, 93 and 0E. RGB value is (215,147,14). Sum of RGB (Red+Green+Blue) = 215+147+14=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7930E is #286CF1. Grayscale: #989898. Windows color (decimal): -2649330 or 955351. OLE color: 955351.

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

Color convert

RGB 215 147 14 -
CMYK 0 0.32 0.93 0.16
HSL 39.7º 0.88% 0.45% -
HSV(B) 39.7º 0.93% 0.84% -
XYZ 38.54 35.35 5.21 -
YUV 152.17 50.03 172.81 -
System Red Green Blue C M Y K H S L
Decimal 215 147 14 0 0.32 0.93 0.16 39.7 0.88 0.45
Hex D7 93 E 0 20 5D 10 28 58 2D
Octal 327 223 16 0 40 135 20 50 130 55
Binary 11010111 10010011 1110 0 100000 1011101 10000 101000 1011000 101101

Color Harmonies of #D7930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7930E

Black with #D7930E

Text Example


Text Example

White with #D7930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7930E; }

 p { color: rgb(215,147,14); }

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

background-color css

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

 a { background-color: rgb(215,147,14); }

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

border-color css

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

 span { border-color: rgb(215,147,14); }

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