Html Css Color HEX #D26F3E Sorbus

📋 copy color: '#D26F3E'

red 210 ◦ green 111 ◦ blue 62

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

Shades of Sorbus #D26F3E

Tints of Sorbus #D26F3E

RGB

 RED value IS 210 (82.42% from 255) = 54.83%

 GREEN value IS 111 (43.75% from 255) = 28.98%

 BLUE value IS 62 (24.61% from 255) = 16.19%

R = 54.83%
G = 28.98%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D26F3E (or 0xD26F3E) is known color: Sorbus. HEX triplet: D2, 6F and 3E. RGB value is (210,111,62). Sum of RGB (Red+Green+Blue) = 210+111+62=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26F3E is #2D90C1. Grayscale: #878787. Windows color (decimal): -2986178 or 4091858. OLE color: 4091858.

HSL color Cylindrical-coordinate representation of color #D26F3E: hue angle of 19.86º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D26F3E is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 111 62 -
CMYK 0 0.47 0.70 0.18
HSL 19.86º 0.62% 0.53% -
HSV(B) 19.86º 0.7% 0.82% -
XYZ 33.13 25.42 7.72 -
YUV 135.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 210 111 62 0 0.47 0.70 0.18 19.86 0.62 0.53
Hex D2 6F 3E 0 2F 46 12 14 3E 35
Octal 322 157 76 0 57 106 22 24 76 65
Binary 11010010 1101111 111110 0 101111 1000110 10010 10100 111110 110101

Color Harmonies of #D26F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26F3E

Black with #D26F3E

Text Example


Text Example

White with #D26F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26F3E; }

 p { color: rgb(210,111,62); }

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

background-color css

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

 a { background-color: rgb(210,111,62); }

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

border-color css

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

 span { border-color: rgb(210,111,62); }

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