Html Css Color HEX #DC6234 Sorbus

📋 copy color: '#DC6234'

red 220 ◦ green 98 ◦ blue 52

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

Shades of Sorbus #DC6234

Tints of Sorbus #DC6234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

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

R = 59.46%
G = 26.49%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC6234 (or 0xDC6234) is known color: Sorbus. HEX triplet: DC, 62 and 34. RGB value is (220,98,52). Sum of RGB (Red+Green+Blue) = 220+98+52=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6234 is #239DCB. Grayscale: #818181. Windows color (decimal): -2334156 or 3433180. OLE color: 3433180.

HSL color Cylindrical-coordinate representation of color #DC6234: hue angle of 16.43º 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 #DC6234 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 52 -
CMYK 0 0.55 0.76 0.14
HSL 16.43º 0.71% 0.53% -
HSV(B) 16.43º 0.76% 0.86% -
XYZ 34.5 24.2 6.1 -
YUV 129.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 220 98 52 0 0.55 0.76 0.14 16.43 0.71 0.53
Hex DC 62 34 0 37 4C E 10 47 35
Octal 334 142 64 0 67 114 16 20 107 65
Binary 11011100 1100010 110100 0 110111 1001100 1110 10000 1000111 110101

Color Harmonies of #DC6234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6234

Black with #DC6234

Text Example


Text Example

White with #DC6234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6234; }

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

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

background-color css

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

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

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

border-color css

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

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

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