#D67A5E

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

Shades of Japonica #D67A5E

Tints of Japonica #D67A5E

Color information

#D67A5E (or 0xD67A5E) is unknown color: approx Japonica. HEX triplet: D6, 7A and 5E. RGB value is (214,122,94). Sum of RGB (Red+Green+Blue) = 214+122+94=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A5E is #2985A1. Grayscale: #929292. Windows color (decimal): -2721186 or 6191830. OLE color: 6191830.

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

Color convert

RGB21412294-
CMYK00.430.560.16
HSL14º59.41%60.39%-
HSV(B)14º56.07%83.92%-
XYZ36.7129.0214.26-
YUV146.3298.48176.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.77%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 94 (37.11% from 255) = 21.86%
R=49.77%
G=28.37%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141229400.430.560.161459.4160.39
HexD67A5E02B3810e3b3c
Octal3261721360537020167374
Binary11010110111101010111100101011111000100001110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A5E; }

 p { color: rgb(214,122,94); }

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

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

 a { background-color: rgb(214,122,94); }

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

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

 span { border-color: rgb(214,122,94); }

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