Html Css Color HEX #D2693E Sorbus

📋 copy color: '#D2693E'

red 210 ◦ green 105 ◦ blue 62

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

Shades of Sorbus #D2693E

Tints of Sorbus #D2693E

RGB

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

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

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

R = 55.7%
G = 27.85%
B = 16.45%

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

#D2693E (or 0xD2693E) is known color: Sorbus. HEX triplet: D2, 69 and 3E. RGB value is (210,105,62). Sum of RGB (Red+Green+Blue) = 210+105+62=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D2693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2693E is #2D96C1. Grayscale: #838383. Windows color (decimal): -2987714 or 4090322. OLE color: 4090322.

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

Color convert

RGB 210 105 62 -
CMYK 0 0.50 0.70 0.18
HSL 17.43º 0.62% 0.53% -
HSV(B) 17.43º 0.7% 0.82% -
XYZ 32.5 24.15 7.51 -
YUV 131.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 210 105 62 0 0.50 0.70 0.18 17.43 0.62 0.53
Hex D2 69 3E 0 32 46 12 11 3E 35
Octal 322 151 76 0 62 106 22 21 76 65
Binary 11010010 1101001 111110 0 110010 1000110 10010 10001 111110 110101

Color Harmonies of #D2693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2693E

Black with #D2693E

Text Example


Text Example

White with #D2693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2693E; }

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

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

background-color css

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

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

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

border-color css

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

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

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