#DC6134

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

Shades of Sorbus #DC6134

Tints of Sorbus #DC6134

Color information

#DC6134 (or 0xDC6134) is unknown color: approx Sorbus. HEX triplet: DC, 61 and 34. RGB value is (220,97,52). Sum of RGB (Red+Green+Blue) = 220+97+52=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6134 is #239ECB. Grayscale: #808080. Windows color (decimal): -2334412 or 3432924. OLE color: 3432924.

HSL color Cylindrical-coordinate representation of color #DC6134: hue angle of 16.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC6134 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB2209752-
CMYK00.560.760.14
HSL16.07º70.59%53.33%-
HSV(B)16.07º76.36%86.27%-
XYZ34.4124.016.07-
YUV128.6584.75193.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.62%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 52 (20.70% from 255) = 14.09%
R=59.62%
G=26.29%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220975200.560.760.1416.0770.5953.33
HexDC61340384CE104735
Octal33414164070114162010765
Binary110111001100001110100011100010011001110100001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6134; }

 p { color: rgb(220,97,52); }

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

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

 a { background-color: rgb(220,97,52); }

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

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

 span { border-color: rgb(220,97,52); }

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