#D67151

Color #D67151 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D67151

Tints of Japonica #D67151

Color information

#D67151 (or 0xD67151) is unknown color: approx Japonica. HEX triplet: D6, 71 and 51. RGB value is (214,113,81). Sum of RGB (Red+Green+Blue) = 214+113+81=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D67151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67151 is #298EAE. Grayscale: #8B8B8B. Windows color (decimal): -2723503 or 5337558. OLE color: 5337558.

HSL color Cylindrical-coordinate representation of color #D67151: hue angle of 14.44º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D67151 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB21411381-
CMYK00.470.620.16
HSL14.44º61.86%57.84%-
HSV(B)14.44º62.15%83.92%-
XYZ35.1226.711.09-
YUV139.5594.96181.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.45%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=52.45%
G=27.70%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141138100.470.620.1614.4461.8657.84
HexD6715102F3E10e3e3a
Octal3261611210577620167672
Binary11010110111000110100010101111111110100001110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67151; }

 p { color: rgb(214,113,81); }

 H1.HeaderClassName
 {
   color: #D67151;
 }
 .AnyTagClassName
 {
   color: #D67151;
 }
</style>
background-color css

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

 a { background-color: rgb(214,113,81); }

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

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

 span { border-color: rgb(214,113,81); }

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