Html Css Color HEX #DF602D Sorbus

📋 copy color: '#DF602D'

red 223 ◦ green 96 ◦ blue 45

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

Shades of Sorbus #DF602D

Tints of Sorbus #DF602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.36%

R = 61.26%
G = 26.37%
B = 12.36%

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

#DF602D (or 0xDF602D) is known color: Sorbus. HEX triplet: DF, 60 and 2D. RGB value is (223,96,45). Sum of RGB (Red+Green+Blue) = 223+96+45=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF602D is #209FD2. Grayscale: #808080. Windows color (decimal): -2138067 or 2973919. OLE color: 2973919.

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

Color convert

RGB 223 96 45 -
CMYK 0 0.57 0.80 0.13
HSL 17.19º 0.74% 0.53% -
HSV(B) 17.19º 0.8% 0.87% -
XYZ 35.09 24.24 5.31 -
YUV 128.16 81.08 195.65 -
System Red Green Blue C M Y K H S L
Decimal 223 96 45 0 0.57 0.80 0.13 17.19 0.74 0.53
Hex DF 60 2D 0 39 50 D 11 4A 35
Octal 337 140 55 0 71 120 15 21 112 65
Binary 11011111 1100000 101101 0 111001 1010000 1101 10001 1001010 110101

Color Harmonies of #DF602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF602D

Black with #DF602D

Text Example


Text Example

White with #DF602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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