Html Css Color HEX #DC6134 Sorbus

📋 copy color: '#DC6134'

red 220 ◦ green 97 ◦ blue 52

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

Shades of Sorbus #DC6134

Tints of Sorbus #DC6134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 59.62%
G = 26.29%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC6134 (or 0xDC6134) is known color: Sorbus. HEX triplet: DC, 61 and 34. RGB value is (220,97,52). Sum of RGB (Red+Green+Blue) = 220+97+52=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6134 is #239ECB. Grayscale: #808080. Windows color (decimal): -2334412 or 3432924. OLE color: 3432924.

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

Color convert

RGB 220 97 52 -
CMYK 0 0.56 0.76 0.14
HSL 16.07º 0.71% 0.53% -
HSV(B) 16.07º 0.76% 0.86% -
XYZ 34.41 24.01 6.07 -
YUV 128.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 220 97 52 0 0.56 0.76 0.14 16.07 0.71 0.53
Hex DC 61 34 0 38 4C E 10 47 35
Octal 334 141 64 0 70 114 16 20 107 65
Binary 11011100 1100001 110100 0 111000 1001100 1110 10000 1000111 110101

Color Harmonies of #DC6134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6134

Black with #DC6134

Text Example


Text Example

White with #DC6134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6134; }

 p { color: rgb(220,97,52); }

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

background-color css

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

 a { background-color: rgb(220,97,52); }

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

border-color css

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

 span { border-color: rgb(220,97,52); }

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