Html Css Color HEX #DF6C3D Sorbus

📋 copy color: '#DF6C3D'

red 223 ◦ green 108 ◦ blue 61

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

Shades of Sorbus #DF6C3D

Tints of Sorbus #DF6C3D

RGB

 RED value IS 223 (87.5% from 255) = 56.89%

 GREEN value IS 108 (42.58% from 255) = 27.55%

 BLUE value IS 61 (24.22% from 255) = 15.56%

R = 56.89%
G = 27.55%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF6C3D (or 0xDF6C3D) is known color: Sorbus. HEX triplet: DF, 6C and 3D. RGB value is (223,108,61). Sum of RGB (Red+Green+Blue) = 223+108+61=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6C3D is #2093C2. Grayscale: #898989. Windows color (decimal): -2134979 or 4025567. OLE color: 4025567.

HSL color Cylindrical-coordinate representation of color #DF6C3D: hue angle of 17.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF6C3D is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 108 61 -
CMYK 0 0.52 0.73 0.13
HSL 17.41º 0.72% 0.56% -
HSV(B) 17.41º 0.73% 0.87% -
XYZ 36.64 26.75 7.65 -
YUV 137.03 85.1 189.32 -
System Red Green Blue C M Y K H S L
Decimal 223 108 61 0 0.52 0.73 0.13 17.41 0.72 0.56
Hex DF 6C 3D 0 34 49 D 11 48 38
Octal 337 154 75 0 64 111 15 21 110 70
Binary 11011111 1101100 111101 0 110100 1001001 1101 10001 1001000 111000

Color Harmonies of #DF6C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6C3D

Black with #DF6C3D

Text Example


Text Example

White with #DF6C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6C3D; }

 p { color: rgb(223,108,61); }

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

background-color css

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

 a { background-color: rgb(223,108,61); }

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

border-color css

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

 span { border-color: rgb(223,108,61); }

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