Html Css Color HEX #DF6534 Sorbus

📋 copy color: '#DF6534'

red 223 ◦ green 101 ◦ blue 52

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

Shades of Sorbus #DF6534

Tints of Sorbus #DF6534

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 59.31%
G = 26.86%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF6534 (or 0xDF6534) is known color: Sorbus. HEX triplet: DF, 65 and 34. RGB value is (223,101,52). Sum of RGB (Red+Green+Blue) = 223+101+52=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6534 is #209ACB. Grayscale: #848484. Windows color (decimal): -2136780 or 3433951. OLE color: 3433951.

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

Color convert

RGB 223 101 52 -
CMYK 0 0.55 0.77 0.13
HSL 17.19º 0.73% 0.54% -
HSV(B) 17.19º 0.77% 0.87% -
XYZ 35.7 25.24 6.24 -
YUV 131.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 223 101 52 0 0.55 0.77 0.13 17.19 0.73 0.54
Hex DF 65 34 0 37 4D D 11 49 36
Octal 337 145 64 0 67 115 15 21 111 66
Binary 11011111 1100101 110100 0 110111 1001101 1101 10001 1001001 110110

Color Harmonies of #DF6534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6534

Black with #DF6534

Text Example


Text Example

White with #DF6534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6534; }

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

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

background-color css

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

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

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

border-color css

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

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

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