#D67A5C

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

Shades of Japonica #D67A5C

Tints of Japonica #D67A5C

Color information

#D67A5C (or 0xD67A5C) is unknown color: approx Japonica. HEX triplet: D6, 7A and 5C. RGB value is (214,122,92). Sum of RGB (Red+Green+Blue) = 214+122+92=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A5C is #2985A3. Grayscale: #929292. Windows color (decimal): -2721188 or 6060758. OLE color: 6060758.

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

Color convert

RGB21412292-
CMYK00.430.570.16
HSL14.75º59.8%60%-
HSV(B)14.75º57.01%83.92%-
XYZ36.6228.9913.79-
YUV146.0997.48176.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=50%
G=28.50%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141229200.430.570.1614.7559.860
HexD67A5C02B3910f3c3c
Octal3261721340537120177474
Binary11010110111101010111000101011111001100001111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A5C; }

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

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

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

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

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

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

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

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