Html Css Color HEX #D47064 Japonica

📋 copy color: '#D47064'

red 212 ◦ green 112 ◦ blue 100

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

Shades of Japonica #D47064

Tints of Japonica #D47064

RGB

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

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

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

R = 50%
G = 26.42%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D47064 (or 0xD47064) is known color: Japonica. HEX triplet: D4, 70 and 64. RGB value is (212,112,100). Sum of RGB (Red+Green+Blue) = 212+112+100=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D47064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47064 is #2B8F9B. Grayscale: #8C8C8C. Windows color (decimal): -2854812 or 6582484. OLE color: 6582484.

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

Color convert

RGB 212 112 100 -
CMYK 0 0.47 0.53 0.17
HSL 6.43º 0.57% 0.61% -
HSV(B) 6.43º 0.53% 0.83% -
XYZ 35.25 26.51 15.32 -
YUV 140.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 212 112 100 0 0.47 0.53 0.17 6.43 0.57 0.61
Hex D4 70 64 0 2F 35 11 6 39 3D
Octal 324 160 144 0 57 65 21 6 71 75
Binary 11010100 1110000 1100100 0 101111 110101 10001 110 111001 111101

Color Harmonies of #D47064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47064

Black with #D47064

Text Example


Text Example

White with #D47064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47064; }

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

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

background-color css

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

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

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

border-color css

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

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

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