Html Css Color HEX #DC6932 Sorbus

📋 copy color: '#DC6932'

red 220 ◦ green 105 ◦ blue 50

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

Shades of Sorbus #DC6932

Tints of Sorbus #DC6932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 58.67%
G = 28%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC6932 (or 0xDC6932) is known color: Sorbus. HEX triplet: DC, 69 and 32. RGB value is (220,105,50). Sum of RGB (Red+Green+Blue) = 220+105+50=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6932 is #2396CD. Grayscale: #858585. Windows color (decimal): -2332366 or 3303900. OLE color: 3303900.

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

Color convert

RGB 220 105 50 -
CMYK 0 0.52 0.77 0.14
HSL 19.41º 0.71% 0.53% -
HSV(B) 19.41º 0.77% 0.86% -
XYZ 35.14 25.55 6.1 -
YUV 133.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 220 105 50 0 0.52 0.77 0.14 19.41 0.71 0.53
Hex DC 69 32 0 34 4D E 13 47 35
Octal 334 151 62 0 64 115 16 23 107 65
Binary 11011100 1101001 110010 0 110100 1001101 1110 10011 1000111 110101

Color Harmonies of #DC6932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6932

Black with #DC6932

Text Example


Text Example

White with #DC6932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6932; }

 p { color: rgb(220,105,50); }

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

background-color css

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

 a { background-color: rgb(220,105,50); }

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

border-color css

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

 span { border-color: rgb(220,105,50); }

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