Html Css Color HEX #D2693A Sorbus

📋 copy color: '#D2693A'

red 210 ◦ green 105 ◦ blue 58

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

Shades of Sorbus #D2693A

Tints of Sorbus #D2693A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

 BLUE value IS 58 (23.05% from 255) = 15.55%

R = 56.3%
G = 28.15%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2693A (or 0xD2693A) is known color: Sorbus. HEX triplet: D2, 69 and 3A. RGB value is (210,105,58). Sum of RGB (Red+Green+Blue) = 210+105+58=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2693A is #2D96C5. Grayscale: #838383. Windows color (decimal): -2987718 or 3828178. OLE color: 3828178.

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

Color convert

RGB 210 105 58 -
CMYK 0 0.50 0.72 0.18
HSL 18.55º 0.63% 0.53% -
HSV(B) 18.55º 0.72% 0.82% -
XYZ 32.39 24.11 6.95 -
YUV 131.04 86.79 184.32 -
System Red Green Blue C M Y K H S L
Decimal 210 105 58 0 0.50 0.72 0.18 18.55 0.63 0.53
Hex D2 69 3A 0 32 48 12 13 3F 35
Octal 322 151 72 0 62 110 22 23 77 65
Binary 11010010 1101001 111010 0 110010 1001000 10010 10011 111111 110101

Color Harmonies of #D2693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2693A

Black with #D2693A

Text Example


Text Example

White with #D2693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2693A; }

 p { color: rgb(210,105,58); }

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

background-color css

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

 a { background-color: rgb(210,105,58); }

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

border-color css

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

 span { border-color: rgb(210,105,58); }

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