Html Css Color HEX #DF602C Sorbus

📋 copy color: '#DF602C'

red 223 ◦ green 96 ◦ blue 44

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

Shades of Sorbus #DF602C

Tints of Sorbus #DF602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 61.43%
G = 26.45%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF602C (or 0xDF602C) is known color: Sorbus. HEX triplet: DF, 60 and 2C. RGB value is (223,96,44). Sum of RGB (Red+Green+Blue) = 223+96+44=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF602C is #209FD3. Grayscale: #808080. Windows color (decimal): -2138068 or 2908383. OLE color: 2908383.

HSL color Cylindrical-coordinate representation of color #DF602C: hue angle of 17.43º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF602C is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 44 -
CMYK 0 0.57 0.80 0.13
HSL 17.43º 0.74% 0.52% -
HSV(B) 17.43º 0.8% 0.87% -
XYZ 35.07 24.24 5.21 -
YUV 128.05 80.58 195.73 -
System Red Green Blue C M Y K H S L
Decimal 223 96 44 0 0.57 0.80 0.13 17.43 0.74 0.52
Hex DF 60 2C 0 39 50 D 11 4A 34
Octal 337 140 54 0 71 120 15 21 112 64
Binary 11011111 1100000 101100 0 111001 1010000 1101 10001 1001010 110100

Color Harmonies of #DF602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF602C

Black with #DF602C

Text Example


Text Example

White with #DF602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF602C; }

 p { color: rgb(223,96,44); }

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

background-color css

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

 a { background-color: rgb(223,96,44); }

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

border-color css

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

 span { border-color: rgb(223,96,44); }

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