Html Css Color HEX #DC6A45 Sorbus

📋 copy color: '#DC6A45'

red 220 ◦ green 106 ◦ blue 69

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

Shades of Sorbus #DC6A45

Tints of Sorbus #DC6A45

RGB

 RED value IS 220 (86.33% from 255) = 55.7%

 GREEN value IS 106 (41.8% from 255) = 26.84%

 BLUE value IS 69 (27.34% from 255) = 17.47%

R = 55.7%
G = 26.84%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC6A45 (or 0xDC6A45) is known color: Sorbus. HEX triplet: DC, 6A and 45. RGB value is (220,106,69). Sum of RGB (Red+Green+Blue) = 220+106+69=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A45 is #2395BA. Grayscale: #888888. Windows color (decimal): -2332091 or 4549340. OLE color: 4549340.

HSL color Cylindrical-coordinate representation of color #DC6A45: hue angle of 14.7º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC6A45 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 106 69 -
CMYK 0 0.52 0.69 0.14
HSL 14.7º 0.68% 0.57% -
HSV(B) 14.7º 0.69% 0.86% -
XYZ 35.74 25.95 8.76 -
YUV 135.87 90.27 188.01 -
System Red Green Blue C M Y K H S L
Decimal 220 106 69 0 0.52 0.69 0.14 14.7 0.68 0.57
Hex DC 6A 45 0 34 45 E F 44 39
Octal 334 152 105 0 64 105 16 17 104 71
Binary 11011100 1101010 1000101 0 110100 1000101 1110 1111 1000100 111001

Color Harmonies of #DC6A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A45

Black with #DC6A45

Text Example


Text Example

White with #DC6A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A45; }

 p { color: rgb(220,106,69); }

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

background-color css

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

 a { background-color: rgb(220,106,69); }

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

border-color css

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

 span { border-color: rgb(220,106,69); }

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