Html Css Color HEX #D1920D Gamboge

📋 copy color: '#D1920D'

red 209 ◦ green 146 ◦ blue 13

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

Shades of Gamboge #D1920D

Tints of Gamboge #D1920D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.53%

R = 56.79%
G = 39.67%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1920D (or 0xD1920D) is known color: Gamboge. HEX triplet: D1, 92 and 0D. RGB value is (209,146,13). Sum of RGB (Red+Green+Blue) = 209+146+13=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1920D is #2E6DF2. Grayscale: #969696. Windows color (decimal): -3042803 or 889553. OLE color: 889553.

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

Color convert

RGB 209 146 13 -
CMYK 0 0.30 0.94 0.18
HSL 40.71º 0.88% 0.44% -
HSV(B) 40.71º 0.94% 0.82% -
XYZ 36.65 34.14 5.04 -
YUV 149.68 50.87 170.31 -
System Red Green Blue C M Y K H S L
Decimal 209 146 13 0 0.30 0.94 0.18 40.71 0.88 0.44
Hex D1 92 D 0 1E 5E 12 29 58 2C
Octal 321 222 15 0 36 136 22 51 130 54
Binary 11010001 10010010 1101 0 11110 1011110 10010 101001 1011000 101100

Color Harmonies of #D1920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1920D

Black with #D1920D

Text Example


Text Example

White with #D1920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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