Html Css Color HEX #DD6234 Sorbus

📋 copy color: '#DD6234'

red 221 ◦ green 98 ◦ blue 52

#DD6234
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #DD6234

Tints of Sorbus #DD6234

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.7% from 255) = 14.02%

R = 59.57%
G = 26.42%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD6234 (or 0xDD6234) is known color: 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

RGB 221 98 52 -
CMYK 0 0.56 0.76 0.13
HSL 16.33º 0.71% 0.54% -
HSV(B) 16.33º 0.76% 0.87% -
XYZ 34.81 24.36 6.12 -
YUV 129.53 84.25 193.24 -
System Red Green Blue C M Y K H S L
Decimal 221 98 52 0 0.56 0.76 0.13 16.33 0.71 0.54
Hex DD 62 34 0 38 4C D 10 47 36
Octal 335 142 64 0 70 114 15 20 107 66
Binary 11011101 1100010 110100 0 111000 1001100 1101 10000 1000111 110110

Color Harmonies of #DD6234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6234

Black with #DD6234

Text Example


Text Example

White with #DD6234

Text Example


Text Example

HTML Codes & Css Web 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>