Html Css Color HEX #DF6231 Sorbus

📋 copy color: '#DF6231'

red 223 ◦ green 98 ◦ blue 49

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

Shades of Sorbus #DF6231

Tints of Sorbus #DF6231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.24%

R = 60.27%
G = 26.49%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF6231 (or 0xDF6231) is known color: Sorbus. HEX triplet: DF, 62 and 31. RGB value is (223,98,49). Sum of RGB (Red+Green+Blue) = 223+98+49=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6231 is #209DCE. Grayscale: #828282. Windows color (decimal): -2137551 or 3236575. OLE color: 3236575.

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

Color convert

RGB 223 98 49 -
CMYK 0 0.56 0.78 0.13
HSL 16.9º 0.73% 0.53% -
HSV(B) 16.9º 0.78% 0.87% -
XYZ 35.35 24.65 5.8 -
YUV 129.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 223 98 49 0 0.56 0.78 0.13 16.9 0.73 0.53
Hex DF 62 31 0 38 4E D 11 49 35
Octal 337 142 61 0 70 116 15 21 111 65
Binary 11011111 1100010 110001 0 111000 1001110 1101 10001 1001001 110101

Color Harmonies of #DF6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6231

Black with #DF6231

Text Example


Text Example

White with #DF6231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6231; }

 p { color: rgb(223,98,49); }

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

background-color css

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

 a { background-color: rgb(223,98,49); }

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

border-color css

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

 span { border-color: rgb(223,98,49); }

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