Html Css Color HEX #D18A0D Gamboge

📋 copy color: '#D18A0D'

red 209 ◦ green 138 ◦ blue 13

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

Shades of Gamboge #D18A0D

Tints of Gamboge #D18A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.33%

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

R = 58.06%
G = 38.33%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D18A0D (or 0xD18A0D) is known color: Gamboge. HEX triplet: D1, 8A and 0D. RGB value is (209,138,13). Sum of RGB (Red+Green+Blue) = 209+138+13=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18A0D is #2E75F2. Grayscale: #919191. Windows color (decimal): -3044851 or 887505. OLE color: 887505.

HSL color Cylindrical-coordinate representation of color #D18A0D: hue angle of 38.27º 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 #D18A0D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 138 13 -
CMYK 0 0.34 0.94 0.18
HSL 38.27º 0.88% 0.44% -
HSV(B) 38.27º 0.94% 0.82% -
XYZ 35.46 31.76 4.64 -
YUV 144.98 53.52 173.66 -
System Red Green Blue C M Y K H S L
Decimal 209 138 13 0 0.34 0.94 0.18 38.27 0.88 0.44
Hex D1 8A D 0 22 5E 12 26 58 2C
Octal 321 212 15 0 42 136 22 46 130 54
Binary 11010001 10001010 1101 0 100010 1011110 10010 100110 1011000 101100

Color Harmonies of #D18A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A0D

Black with #D18A0D

Text Example


Text Example

White with #D18A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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