Html Css Color HEX #DF602B Sorbus

📋 copy color: '#DF602B'

red 223 ◦ green 96 ◦ blue 43

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

Shades of Sorbus #DF602B

Tints of Sorbus #DF602B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.88%

R = 61.6%
G = 26.52%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF602B (or 0xDF602B) is known color: Sorbus. HEX triplet: DF, 60 and 2B. RGB value is (223,96,43). Sum of RGB (Red+Green+Blue) = 223+96+43=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF602B is #209FD4. Grayscale: #808080. Windows color (decimal): -2138069 or 2842847. OLE color: 2842847.

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

Color convert

RGB 223 96 43 -
CMYK 0 0.57 0.81 0.13
HSL 17.67º 0.74% 0.52% -
HSV(B) 17.67º 0.81% 0.87% -
XYZ 35.05 24.23 5.11 -
YUV 127.93 80.08 195.81 -
System Red Green Blue C M Y K H S L
Decimal 223 96 43 0 0.57 0.81 0.13 17.67 0.74 0.52
Hex DF 60 2B 0 39 51 D 12 4A 34
Octal 337 140 53 0 71 121 15 22 112 64
Binary 11011111 1100000 101011 0 111001 1010001 1101 10010 1001010 110100

Color Harmonies of #DF602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF602B

Black with #DF602B

Text Example


Text Example

White with #DF602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF602B; }

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

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

background-color css

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

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

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

border-color css

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

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

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