#DD6234

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

Shades of Sorbus #DD6234

Tints of Sorbus #DD6234

Color information

#DD6234 (or 0xDD6234) is unknown color: approx Sorbus. HEX triplet: DD, 62 and 34. RGB value is (221,98,52). Sum of RGB (Red+Green+Blue) = 221+98+52=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6234 is #229DCB. Grayscale: #818181. Windows color (decimal): -2268620 or 3433181. OLE color: 3433181.

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

Color convert

RGB2219852-
CMYK00.560.760.13
HSL16.33º71.31%53.53%-
HSV(B)16.33º76.47%86.67%-
XYZ34.8124.366.12-
YUV129.5384.25193.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.57%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 52 (20.70% from 255) = 14.02%
R=59.57%
G=26.42%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221985200.560.760.1316.3371.3153.53
HexDD62340384CD104736
Octal33514264070114152010766
Binary110111011100010110100011100010011001101100001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6234; }

 p { color: rgb(221,98,52); }

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

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

 a { background-color: rgb(221,98,52); }

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

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

 span { border-color: rgb(221,98,52); }

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