#D67762

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

Shades of Japonica #D67762

Tints of Japonica #D67762

Color information

#D67762 (or 0xD67762) is unknown color: approx Japonica. HEX triplet: D6, 77 and 62. RGB value is (214,119,98). Sum of RGB (Red+Green+Blue) = 214+119+98=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D67762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67762 is #29889D. Grayscale: #919191. Windows color (decimal): -2721950 or 6453206. OLE color: 6453206.

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

Color convert

RGB21411998-
CMYK00.440.540.16
HSL10.86º58.59%61.18%-
HSV(B)10.86º54.21%83.92%-
XYZ36.5328.3715.11-
YUV145.01101.47177.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=49.65%
G=27.61%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141199800.440.540.1610.8658.5961.18
HexD6776202C3610b3b3d
Octal3261671420546620137375
Binary11010110111011111000100101100110110100001011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67762; }

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

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

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

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

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

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

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

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