#D67A55

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

Shades of Japonica #D67A55

Tints of Japonica #D67A55

Color information

#D67A55 (or 0xD67A55) is unknown color: approx Japonica. HEX triplet: D6, 7A and 55. RGB value is (214,122,85). Sum of RGB (Red+Green+Blue) = 214+122+85=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A55 is #2985AA. Grayscale: #919191. Windows color (decimal): -2721195 or 5602006. OLE color: 5602006.

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

Color convert

RGB21412285-
CMYK00.430.600.16
HSL17.21º61.14%58.63%-
HSV(B)17.21º60.28%83.92%-
XYZ36.3328.8712.25-
YUV145.2993.98177.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.83%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 85 (33.59% from 255) = 20.19%
R=50.83%
G=28.98%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141228500.430.600.1617.2161.1458.63
HexD67A5502B3C10113d3b
Octal3261721250537420217573
Binary110101101111010101010101010111111001000010001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A55; }

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

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

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

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

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

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

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

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