Html Css Color HEX #DF6334 Sorbus

📋 copy color: '#DF6334'

red 223 ◦ green 99 ◦ blue 52

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

Shades of Sorbus #DF6334

Tints of Sorbus #DF6334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

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

R = 59.63%
G = 26.47%
B = 13.9%

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

#DF6334 (or 0xDF6334) is known color: Sorbus. HEX triplet: DF, 63 and 34. RGB value is (223,99,52). Sum of RGB (Red+Green+Blue) = 223+99+52=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6334 is #209CCB. Grayscale: #838383. Windows color (decimal): -2137292 or 3433439. OLE color: 3433439.

HSL color Cylindrical-coordinate representation of color #DF6334: hue angle of 16.49º 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 #DF6334 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 99 52 -
CMYK 0 0.56 0.77 0.13
HSL 16.49º 0.73% 0.54% -
HSV(B) 16.49º 0.77% 0.87% -
XYZ 35.51 24.86 6.18 -
YUV 130.72 83.58 193.82 -
System Red Green Blue C M Y K H S L
Decimal 223 99 52 0 0.56 0.77 0.13 16.49 0.73 0.54
Hex DF 63 34 0 38 4D D 10 49 36
Octal 337 143 64 0 70 115 15 20 111 66
Binary 11011111 1100011 110100 0 111000 1001101 1101 10000 1001001 110110

Color Harmonies of #DF6334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6334

Black with #DF6334

Text Example


Text Example

White with #DF6334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6334; }

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

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

background-color css

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

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

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

border-color css

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

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

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