Html Css Color HEX #D1980C Gamboge

📋 copy color: '#D1980C'

red 209 ◦ green 152 ◦ blue 12

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

Shades of Gamboge #D1980C

Tints of Gamboge #D1980C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

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

R = 56.03%
G = 40.75%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1980C (or 0xD1980C) is known color: Gamboge. HEX triplet: D1, 98 and 0C. RGB value is (209,152,12). Sum of RGB (Red+Green+Blue) = 209+152+12=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1980C is #2E67F3. Grayscale: #999999. Windows color (decimal): -3041268 or 825553. OLE color: 825553.

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

Color convert

RGB 209 152 12 -
CMYK 0 0.27 0.94 0.18
HSL 42.64º 0.89% 0.43% -
HSV(B) 42.64º 0.94% 0.82% -
XYZ 37.59 36.04 5.32 -
YUV 153.08 48.38 167.88 -
System Red Green Blue C M Y K H S L
Decimal 209 152 12 0 0.27 0.94 0.18 42.64 0.89 0.43
Hex D1 98 C 0 1B 5E 12 2B 59 2B
Octal 321 230 14 0 33 136 22 53 131 53
Binary 11010001 10011000 1100 0 11011 1011110 10010 101011 1011001 101011

Color Harmonies of #D1980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1980C

Black with #D1980C

Text Example


Text Example

White with #D1980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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