Html Css Color HEX #D16D52 Japonica

📋 copy color: '#D16D52'

red 209 ◦ green 109 ◦ blue 82

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

Shades of Japonica #D16D52

Tints of Japonica #D16D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

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

R = 52.25%
G = 27.25%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D16D52 (or 0xD16D52) is known color: Japonica. HEX triplet: D1, 6D and 52. RGB value is (209,109,82). Sum of RGB (Red+Green+Blue) = 209+109+82=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D52 is #2E92AD. Grayscale: #888888. Windows color (decimal): -3052206 or 5402065. OLE color: 5402065.

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

Color convert

RGB 209 109 82 -
CMYK 0 0.48 0.61 0.18
HSL 12.76º 0.58% 0.57% -
HSV(B) 12.76º 0.61% 0.82% -
XYZ 33.29 25.1 11.07 -
YUV 135.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 209 109 82 0 0.48 0.61 0.18 12.76 0.58 0.57
Hex D1 6D 52 0 30 3D 12 D 3A 39
Octal 321 155 122 0 60 75 22 15 72 71
Binary 11010001 1101101 1010010 0 110000 111101 10010 1101 111010 111001

Color Harmonies of #D16D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D52

Black with #D16D52

Text Example


Text Example

White with #D16D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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