Html Css Color HEX #D17164 Japonica

📋 copy color: '#D17164'

red 209 ◦ green 113 ◦ blue 100

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

Shades of Japonica #D17164

Tints of Japonica #D17164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.78%

 BLUE value IS 100 (39.45% from 255) = 23.7%

R = 49.53%
G = 26.78%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D17164 (or 0xD17164) is known color: Japonica. HEX triplet: D1, 71 and 64. RGB value is (209,113,100). Sum of RGB (Red+Green+Blue) = 209+113+100=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D17164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17164 is #2E8E9B. Grayscale: #8C8C8C. Windows color (decimal): -3051164 or 6582737. OLE color: 6582737.

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

Color convert

RGB 209 113 100 -
CMYK 0 0.46 0.52 0.18
HSL 7.16º 0.54% 0.61% -
HSV(B) 7.16º 0.52% 0.82% -
XYZ 34.5 26.29 15.31 -
YUV 140.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 209 113 100 0 0.46 0.52 0.18 7.16 0.54 0.61
Hex D1 71 64 0 2E 34 12 7 36 3D
Octal 321 161 144 0 56 64 22 7 66 75
Binary 11010001 1110001 1100100 0 101110 110100 10010 111 110110 111101

Color Harmonies of #D17164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17164

Black with #D17164

Text Example


Text Example

White with #D17164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17164; }

 p { color: rgb(209,113,100); }

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

background-color css

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

 a { background-color: rgb(209,113,100); }

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

border-color css

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

 span { border-color: rgb(209,113,100); }

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