#D67662

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

Shades of Japonica #D67662

Tints of Japonica #D67662

Color information

#D67662 (or 0xD67662) is unknown color: approx Japonica. HEX triplet: D6, 76 and 62. RGB value is (214,118,98). Sum of RGB (Red+Green+Blue) = 214+118+98=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D67662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67662 is #29899D. Grayscale: #909090. Windows color (decimal): -2722206 or 6452950. OLE color: 6452950.

HSL color Cylindrical-coordinate representation of color #D67662: hue angle of 10.34º 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 #D67662 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21411898-
CMYK00.450.540.16
HSL10.34º58.59%61.18%-
HSV(B)10.34º54.21%83.92%-
XYZ36.4128.1315.07-
YUV144.42101.8177.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.77%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 98 (38.67% from 255) = 22.79%
R=49.77%
G=27.44%
B=22.79%

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
Decimal2141189800.450.540.1610.3458.5961.18
HexD6766202D3610a3b3d
Octal3261661420556620127375
Binary11010110111011011000100101101110110100001010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67662; }

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

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

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

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

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

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

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

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