Html Css Color HEX #D47065 Japonica

📋 copy color: '#D47065'

red 212 ◦ green 112 ◦ blue 101

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

Shades of Japonica #D47065

Tints of Japonica #D47065

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

 GREEN value IS 112 (44.14% from 255) = 26.35%

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 49.88%
G = 26.35%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D47065 (or 0xD47065) is known color: Japonica. HEX triplet: D4, 70 and 65. RGB value is (212,112,101). Sum of RGB (Red+Green+Blue) = 212+112+101=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D47065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47065 is #2B8F9A. Grayscale: #8C8C8C. Windows color (decimal): -2854811 or 6648020. OLE color: 6648020.

HSL color Cylindrical-coordinate representation of color #D47065: hue angle of 5.95º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D47065 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 112 101 -
CMYK 0 0.47 0.52 0.17
HSL 5.95º 0.56% 0.61% -
HSV(B) 5.95º 0.52% 0.83% -
XYZ 35.29 26.52 15.57 -
YUV 140.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 212 112 101 0 0.47 0.52 0.17 5.95 0.56 0.61
Hex D4 70 65 0 2F 34 11 6 38 3D
Octal 324 160 145 0 57 64 21 6 70 75
Binary 11010100 1110000 1100101 0 101111 110100 10001 110 111000 111101

Color Harmonies of #D47065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47065

Black with #D47065

Text Example


Text Example

White with #D47065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47065; }

 p { color: rgb(212,112,101); }

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

background-color css

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

 a { background-color: rgb(212,112,101); }

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

border-color css

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

 span { border-color: rgb(212,112,101); }

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