#D67562

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

Shades of Japonica #D67562

Tints of Japonica #D67562

Color information

#D67562 (or 0xD67562) is unknown color: approx Japonica. HEX triplet: D6, 75 and 62. RGB value is (214,117,98). Sum of RGB (Red+Green+Blue) = 214+117+98=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D67562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67562 is #298A9D. Grayscale: #909090. Windows color (decimal): -2722462 or 6452694. OLE color: 6452694.

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

Color convert

RGB21411798-
CMYK00.450.540.16
HSL9.83º58.59%61.18%-
HSV(B)9.83º54.21%83.92%-
XYZ36.327.915.03-
YUV143.84102.14178.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.88%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=49.88%
G=27.27%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141179800.450.540.169.8358.5961.18
HexD6756202D3610a3b3d
Octal3261651420556620127375
Binary11010110111010111000100101101110110100001010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67562; }

 p { color: rgb(214,117,98); }

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

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

 a { background-color: rgb(214,117,98); }

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

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

 span { border-color: rgb(214,117,98); }

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