#D67251

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

Shades of Japonica #D67251

Tints of Japonica #D67251

Color information

#D67251 (or 0xD67251) is unknown color: approx Japonica. HEX triplet: D6, 72 and 51. RGB value is (214,114,81). Sum of RGB (Red+Green+Blue) = 214+114+81=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D67251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67251 is #298DAE. Grayscale: #8C8C8C. Windows color (decimal): -2723247 or 5337814. OLE color: 5337814.

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

Color convert

RGB21411481-
CMYK00.470.620.16
HSL14.89º61.86%57.84%-
HSV(B)14.89º62.15%83.92%-
XYZ35.2326.9211.12-
YUV140.1494.63180.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 81 (32.03% from 255) = 19.80%
R=52.32%
G=27.87%
B=19.80%

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
Decimal2141148100.470.620.1614.8961.8657.84
HexD6725102F3E10f3e3a
Octal3261621210577620177672
Binary11010110111001010100010101111111110100001111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67251; }

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

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

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

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

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

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

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

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