Html Css Color HEX #DF6234 Sorbus

📋 copy color: '#DF6234'

red 223 ◦ green 98 ◦ blue 52

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

Shades of Sorbus #DF6234

Tints of Sorbus #DF6234

RGB

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

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

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

R = 59.79%
G = 26.27%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF6234 (or 0xDF6234) is known color: Sorbus. HEX triplet: DF, 62 and 34. RGB value is (223,98,52). Sum of RGB (Red+Green+Blue) = 223+98+52=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6234 is #209DCB. Grayscale: #828282. Windows color (decimal): -2137548 or 3433183. OLE color: 3433183.

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

Color convert

RGB 223 98 52 -
CMYK 0 0.56 0.77 0.13
HSL 16.14º 0.73% 0.54% -
HSV(B) 16.14º 0.77% 0.87% -
XYZ 35.42 24.67 6.14 -
YUV 130.13 83.91 194.24 -
System Red Green Blue C M Y K H S L
Decimal 223 98 52 0 0.56 0.77 0.13 16.14 0.73 0.54
Hex DF 62 34 0 38 4D D 10 49 36
Octal 337 142 64 0 70 115 15 20 111 66
Binary 11011111 1100010 110100 0 111000 1001101 1101 10000 1001001 110110

Color Harmonies of #DF6234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6234

Black with #DF6234

Text Example


Text Example

White with #DF6234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6234; }

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

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

background-color css

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

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

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

border-color css

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

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

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