Html Css Color HEX #D16C54 Japonica

📋 copy color: '#D16C54'

red 209 ◦ green 108 ◦ blue 84

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

Shades of Japonica #D16C54

Tints of Japonica #D16C54

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.93%

 BLUE value IS 84 (33.2% from 255) = 20.95%

R = 52.12%
G = 26.93%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D16C54 (or 0xD16C54) is known color: Japonica. HEX triplet: D1, 6C and 54. RGB value is (209,108,84). Sum of RGB (Red+Green+Blue) = 209+108+84=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C54 is #2E93AB. Grayscale: #878787. Windows color (decimal): -3052460 or 5532881. OLE color: 5532881.

HSL color Cylindrical-coordinate representation of color #D16C54: hue angle of 11.52º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D16C54 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 108 84 -
CMYK 0 0.48 0.60 0.18
HSL 11.52º 0.58% 0.57% -
HSV(B) 11.52º 0.6% 0.82% -
XYZ 33.26 24.92 11.44 -
YUV 135.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 209 108 84 0 0.48 0.60 0.18 11.52 0.58 0.57
Hex D1 6C 54 0 30 3C 12 C 3A 39
Octal 321 154 124 0 60 74 22 14 72 71
Binary 11010001 1101100 1010100 0 110000 111100 10010 1100 111010 111001

Color Harmonies of #D16C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C54

Black with #D16C54

Text Example


Text Example

White with #D16C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C54; }

 p { color: rgb(209,108,84); }

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

background-color css

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

 a { background-color: rgb(209,108,84); }

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

border-color css

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

 span { border-color: rgb(209,108,84); }

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