Html Css Color HEX #D18C0C Gamboge

📋 copy color: '#D18C0C'

red 209 ◦ green 140 ◦ blue 12

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

Shades of Gamboge #D18C0C

Tints of Gamboge #D18C0C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.78%

 BLUE value IS 12 (5.08% from 255) = 3.32%

R = 57.89%
G = 38.78%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D18C0C (or 0xD18C0C) is known color: Gamboge. HEX triplet: D1, 8C and 0C. RGB value is (209,140,12). Sum of RGB (Red+Green+Blue) = 209+140+12=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18C0C is #2E73F3. Grayscale: #929292. Windows color (decimal): -3044340 or 822481. OLE color: 822481.

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

Color convert

RGB 209 140 12 -
CMYK 0 0.33 0.94 0.18
HSL 38.98º 0.89% 0.43% -
HSV(B) 38.98º 0.94% 0.82% -
XYZ 35.74 32.34 4.71 -
YUV 146.04 52.36 172.91 -
System Red Green Blue C M Y K H S L
Decimal 209 140 12 0 0.33 0.94 0.18 38.98 0.89 0.43
Hex D1 8C C 0 21 5E 12 27 59 2B
Octal 321 214 14 0 41 136 22 47 131 53
Binary 11010001 10001100 1100 0 100001 1011110 10010 100111 1011001 101011

Color Harmonies of #D18C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C0C

Black with #D18C0C

Text Example


Text Example

White with #D18C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C0C; }

 p { color: rgb(209,140,12); }

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

background-color css

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

 a { background-color: rgb(209,140,12); }

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

border-color css

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

 span { border-color: rgb(209,140,12); }

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