Html Css Color HEX #D1920E Gamboge

📋 copy color: '#D1920E'

red 209 ◦ green 146 ◦ blue 14

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

Shades of Gamboge #D1920E

Tints of Gamboge #D1920E

RGB

 RED value IS 209 (82.03% from 255) = 56.64%

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

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

R = 56.64%
G = 39.57%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1920E (or 0xD1920E) is known color: Gamboge. HEX triplet: D1, 92 and 0E. RGB value is (209,146,14). Sum of RGB (Red+Green+Blue) = 209+146+14=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1920E is #2E6DF1. Grayscale: #969696. Windows color (decimal): -3042802 or 955089. OLE color: 955089.

HSL color Cylindrical-coordinate representation of color #D1920E: hue angle of 40.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1920E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 146 14 -
CMYK 0 0.30 0.93 0.18
HSL 40.62º 0.87% 0.44% -
HSV(B) 40.62º 0.93% 0.82% -
XYZ 36.65 34.14 5.07 -
YUV 149.79 51.37 170.23 -
System Red Green Blue C M Y K H S L
Decimal 209 146 14 0 0.30 0.93 0.18 40.62 0.87 0.44
Hex D1 92 E 0 1E 5D 12 29 57 2C
Octal 321 222 16 0 36 135 22 51 127 54
Binary 11010001 10010010 1110 0 11110 1011101 10010 101001 1010111 101100

Color Harmonies of #D1920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1920E

Black with #D1920E

Text Example


Text Example

White with #D1920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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