Html Css Color HEX #D2693D Sorbus

📋 copy color: '#D2693D'

red 210 ◦ green 105 ◦ blue 61

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

Shades of Sorbus #D2693D

Tints of Sorbus #D2693D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.22%

R = 55.85%
G = 27.93%
B = 16.22%

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

#D2693D (or 0xD2693D) is known color: Sorbus. HEX triplet: D2, 69 and 3D. RGB value is (210,105,61). Sum of RGB (Red+Green+Blue) = 210+105+61=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2693D is #2D96C2. Grayscale: #838383. Windows color (decimal): -2987715 or 4024786. OLE color: 4024786.

HSL color Cylindrical-coordinate representation of color #D2693D: hue angle of 17.72º 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 #D2693D is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 105 61 -
CMYK 0 0.50 0.71 0.18
HSL 17.72º 0.62% 0.53% -
HSV(B) 17.72º 0.71% 0.82% -
XYZ 32.47 24.14 7.36 -
YUV 131.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 210 105 61 0 0.50 0.71 0.18 17.72 0.62 0.53
Hex D2 69 3D 0 32 47 12 12 3E 35
Octal 322 151 75 0 62 107 22 22 76 65
Binary 11010010 1101001 111101 0 110010 1000111 10010 10010 111110 110101

Color Harmonies of #D2693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2693D

Black with #D2693D

Text Example


Text Example

White with #D2693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2693D; }

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

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

background-color css

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

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

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

border-color css

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

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

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