#D67261

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

Shades of Japonica #D67261

Tints of Japonica #D67261

Color information

#D67261 (or 0xD67261) is unknown color: approx Japonica. HEX triplet: D6, 72 and 61. RGB value is (214,114,97). Sum of RGB (Red+Green+Blue) = 214+114+97=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D67261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67261 is #298D9E. Grayscale: #8E8E8E. Windows color (decimal): -2723231 or 6386390. OLE color: 6386390.

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

Color convert

RGB21411497-
CMYK00.470.550.16
HSL8.72º58.79%60.98%-
HSV(B)8.72º54.67%83.92%-
XYZ35.9127.1914.67-
YUV141.96102.63179.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.35%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=50.35%
G=26.82%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141149700.470.550.168.7258.7960.98
HexD6726102F371093b3d
Octal3261621410576720117375
Binary11010110111001011000010101111110111100001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67261; }

 p { color: rgb(214,114,97); }

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

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

 a { background-color: rgb(214,114,97); }

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

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

 span { border-color: rgb(214,114,97); }

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