Html Css Color HEX #D26A3C Sorbus

📋 copy color: '#D26A3C'

red 210 ◦ green 106 ◦ blue 60

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

Shades of Sorbus #D26A3C

Tints of Sorbus #D26A3C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 60 (23.83% from 255) = 15.96%

R = 55.85%
G = 28.19%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D26A3C (or 0xD26A3C) is known color: Sorbus. HEX triplet: D2, 6A and 3C. RGB value is (210,106,60). Sum of RGB (Red+Green+Blue) = 210+106+60=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26A3C is #2D95C3. Grayscale: #848484. Windows color (decimal): -2987460 or 3959506. OLE color: 3959506.

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

Color convert

RGB 210 106 60 -
CMYK 0 0.50 0.71 0.18
HSL 18.4º 0.63% 0.53% -
HSV(B) 18.4º 0.71% 0.82% -
XYZ 32.55 24.34 7.26 -
YUV 131.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 210 106 60 0 0.50 0.71 0.18 18.4 0.63 0.53
Hex D2 6A 3C 0 32 47 12 12 3E 35
Octal 322 152 74 0 62 107 22 22 76 65
Binary 11010010 1101010 111100 0 110010 1000111 10010 10010 111110 110101

Color Harmonies of #D26A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26A3C

Black with #D26A3C

Text Example


Text Example

White with #D26A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26A3C; }

 p { color: rgb(210,106,60); }

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

background-color css

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

 a { background-color: rgb(210,106,60); }

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

border-color css

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

 span { border-color: rgb(210,106,60); }

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