Html Css Color HEX #D7910E Gamboge

📋 copy color: '#D7910E'

red 215 ◦ green 145 ◦ blue 14

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

Shades of Gamboge #D7910E

Tints of Gamboge #D7910E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.77%

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

R = 57.49%
G = 38.77%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7910E (or 0xD7910E) is known color: Gamboge. HEX triplet: D7, 91 and 0E. RGB value is (215,145,14). Sum of RGB (Red+Green+Blue) = 215+145+14=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7910E is #286EF1. Grayscale: #979797. Windows color (decimal): -2649842 or 954839. OLE color: 954839.

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

Color convert

RGB 215 145 14 -
CMYK 0 0.33 0.93 0.16
HSL 39.1º 0.88% 0.45% -
HSV(B) 39.1º 0.93% 0.84% -
XYZ 38.23 34.73 5.1 -
YUV 151 50.69 173.65 -
System Red Green Blue C M Y K H S L
Decimal 215 145 14 0 0.33 0.93 0.16 39.1 0.88 0.45
Hex D7 91 E 0 21 5D 10 27 58 2D
Octal 327 221 16 0 41 135 20 47 130 55
Binary 11010111 10010001 1110 0 100001 1011101 10000 100111 1011000 101101

Color Harmonies of #D7910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7910E

Black with #D7910E

Text Example


Text Example

White with #D7910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7910E; }

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

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

background-color css

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

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

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

border-color css

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

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

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