Html Css Color HEX #D7920E Gamboge

📋 copy color: '#D7920E'

red 215 ◦ green 146 ◦ blue 14

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

Shades of Gamboge #D7920E

Tints of Gamboge #D7920E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

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

R = 57.33%
G = 38.93%
B = 3.73%

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

#D7920E (or 0xD7920E) is known color: Gamboge. HEX triplet: D7, 92 and 0E. RGB value is (215,146,14). Sum of RGB (Red+Green+Blue) = 215+146+14=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7920E is #286DF1. Grayscale: #989898. Windows color (decimal): -2649586 or 955095. OLE color: 955095.

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

Color convert

RGB 215 146 14 -
CMYK 0 0.32 0.93 0.16
HSL 39.4º 0.88% 0.45% -
HSV(B) 39.4º 0.93% 0.84% -
XYZ 38.38 35.04 5.16 -
YUV 151.58 50.36 173.23 -
System Red Green Blue C M Y K H S L
Decimal 215 146 14 0 0.32 0.93 0.16 39.4 0.88 0.45
Hex D7 92 E 0 20 5D 10 27 58 2D
Octal 327 222 16 0 40 135 20 47 130 55
Binary 11010111 10010010 1110 0 100000 1011101 10000 100111 1011000 101101

Color Harmonies of #D7920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7920E

Black with #D7920E

Text Example


Text Example

White with #D7920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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