Html Css Color HEX #D16A52 Japonica

📋 copy color: '#D16A52'

red 209 ◦ green 106 ◦ blue 82

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

Shades of Japonica #D16A52

Tints of Japonica #D16A52

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 82 (32.42% from 255) = 20.65%

R = 52.64%
G = 26.7%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D16A52 (or 0xD16A52) is known color: Japonica. HEX triplet: D1, 6A and 52. RGB value is (209,106,82). Sum of RGB (Red+Green+Blue) = 209+106+82=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A52 is #2E95AD. Grayscale: #868686. Windows color (decimal): -3052974 or 5401297. OLE color: 5401297.

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

Color convert

RGB 209 106 82 -
CMYK 0 0.49 0.61 0.18
HSL 11.34º 0.58% 0.57% -
HSV(B) 11.34º 0.61% 0.82% -
XYZ 32.97 24.47 10.97 -
YUV 134.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 209 106 82 0 0.49 0.61 0.18 11.34 0.58 0.57
Hex D1 6A 52 0 31 3D 12 B 3A 39
Octal 321 152 122 0 61 75 22 13 72 71
Binary 11010001 1101010 1010010 0 110001 111101 10010 1011 111010 111001

Color Harmonies of #D16A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A52

Black with #D16A52

Text Example


Text Example

White with #D16A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A52; }

 p { color: rgb(209,106,82); }

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

background-color css

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

 a { background-color: rgb(209,106,82); }

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

border-color css

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

 span { border-color: rgb(209,106,82); }

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