Html Css Color HEX #DD6933 Sorbus

📋 copy color: '#DD6933'

red 221 ◦ green 105 ◦ blue 51

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

Shades of Sorbus #DD6933

Tints of Sorbus #DD6933

RGB

 RED value IS 221 (86.72% from 255) = 58.62%

 GREEN value IS 105 (41.41% from 255) = 27.85%

 BLUE value IS 51 (20.31% from 255) = 13.53%

R = 58.62%
G = 27.85%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD6933 (or 0xDD6933) is known color: Sorbus. HEX triplet: DD, 69 and 33. RGB value is (221,105,51). Sum of RGB (Red+Green+Blue) = 221+105+51=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6933 is #2296CC. Grayscale: #858585. Windows color (decimal): -2266829 or 3369437. OLE color: 3369437.

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

Color convert

RGB 221 105 51 -
CMYK 0 0.52 0.77 0.13
HSL 19.06º 0.71% 0.53% -
HSV(B) 19.06º 0.77% 0.87% -
XYZ 35.47 25.71 6.23 -
YUV 133.53 81.43 190.39 -
System Red Green Blue C M Y K H S L
Decimal 221 105 51 0 0.52 0.77 0.13 19.06 0.71 0.53
Hex DD 69 33 0 34 4D D 13 47 35
Octal 335 151 63 0 64 115 15 23 107 65
Binary 11011101 1101001 110011 0 110100 1001101 1101 10011 1000111 110101

Color Harmonies of #DD6933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6933

Black with #DD6933

Text Example


Text Example

White with #DD6933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6933; }

 p { color: rgb(221,105,51); }

 H1.HeaderClassName
 {
   color: #DD6933;
 }
 .AnyTagClassName
 {
   color: #DD6933;
 }
</style>

background-color css

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

 a { background-color: rgb(221,105,51); }

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

border-color css

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

 span { border-color: rgb(221,105,51); }

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