Html Css Color HEX #D1940C Gamboge

📋 copy color: '#D1940C'

red 209 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #D1940C

Tints of Gamboge #D1940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.11%

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

R = 56.64%
G = 40.11%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1940C (or 0xD1940C) is known color: Gamboge. HEX triplet: D1, 94 and 0C. RGB value is (209,148,12). Sum of RGB (Red+Green+Blue) = 209+148+12=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1940C is #2E6BF3. Grayscale: #979797. Windows color (decimal): -3042292 or 824529. OLE color: 824529.

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

Color convert

RGB 209 148 12 -
CMYK 0 0.29 0.94 0.18
HSL 41.42º 0.89% 0.43% -
HSV(B) 41.42º 0.94% 0.82% -
XYZ 36.95 34.76 5.11 -
YUV 150.74 49.71 169.56 -
System Red Green Blue C M Y K H S L
Decimal 209 148 12 0 0.29 0.94 0.18 41.42 0.89 0.43
Hex D1 94 C 0 1D 5E 12 29 59 2B
Octal 321 224 14 0 35 136 22 51 131 53
Binary 11010001 10010100 1100 0 11101 1011110 10010 101001 1011001 101011

Color Harmonies of #D1940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1940C

Black with #D1940C

Text Example


Text Example

White with #D1940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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