Html Css Color HEX #DD763A Sorbus

📋 copy color: '#DD763A'

red 221 ◦ green 118 ◦ blue 58

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

Shades of Sorbus #DD763A

Tints of Sorbus #DD763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 55.67%
G = 29.72%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD763A (or 0xDD763A) is known color: Sorbus. HEX triplet: DD, 76 and 3A. RGB value is (221,118,58). Sum of RGB (Red+Green+Blue) = 221+118+58=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD763A is #2289C5. Grayscale: #8E8E8E. Windows color (decimal): -2263494 or 3831517. OLE color: 3831517.

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

Color convert

RGB 221 118 58 -
CMYK 0 0.47 0.74 0.13
HSL 22.09º 0.71% 0.55% -
HSV(B) 22.09º 0.74% 0.87% -
XYZ 37.06 28.63 7.58 -
YUV 141.96 80.62 184.38 -
System Red Green Blue C M Y K H S L
Decimal 221 118 58 0 0.47 0.74 0.13 22.09 0.71 0.55
Hex DD 76 3A 0 2F 4A D 16 47 37
Octal 335 166 72 0 57 112 15 26 107 67
Binary 11011101 1110110 111010 0 101111 1001010 1101 10110 1000111 110111

Color Harmonies of #DD763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD763A

Black with #DD763A

Text Example


Text Example

White with #DD763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD763A; }

 p { color: rgb(221,118,58); }

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

background-color css

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

 a { background-color: rgb(221,118,58); }

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

border-color css

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

 span { border-color: rgb(221,118,58); }

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