Html Css Color HEX #D2693F Sorbus

📋 copy color: '#D2693F'

red 210 ◦ green 105 ◦ blue 63

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

Shades of Sorbus #D2693F

Tints of Sorbus #D2693F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.67%

R = 55.56%
G = 27.78%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2693F (or 0xD2693F) is known color: Sorbus. HEX triplet: D2, 69 and 3F. RGB value is (210,105,63). Sum of RGB (Red+Green+Blue) = 210+105+63=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D2693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2693F is #2D96C0. Grayscale: #838383. Windows color (decimal): -2987713 or 4155858. OLE color: 4155858.

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

Color convert

RGB 210 105 63 -
CMYK 0 0.50 0.70 0.18
HSL 17.14º 0.62% 0.54% -
HSV(B) 17.14º 0.7% 0.82% -
XYZ 32.53 24.16 7.65 -
YUV 131.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 210 105 63 0 0.50 0.70 0.18 17.14 0.62 0.54
Hex D2 69 3F 0 32 46 12 11 3E 36
Octal 322 151 77 0 62 106 22 21 76 66
Binary 11010010 1101001 111111 0 110010 1000110 10010 10001 111110 110110

Color Harmonies of #D2693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2693F

Black with #D2693F

Text Example


Text Example

White with #D2693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2693F; }

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

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

background-color css

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

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

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

border-color css

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

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

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