Html Css Color HEX #D66643 Sorbus

📋 copy color: '#D66643'

red 214 ◦ green 102 ◦ blue 67

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

Shades of Sorbus #D66643

Tints of Sorbus #D66643

RGB

 RED value IS 214 (83.98% from 255) = 55.87%

 GREEN value IS 102 (40.23% from 255) = 26.63%

 BLUE value IS 67 (26.56% from 255) = 17.49%

R = 55.87%
G = 26.63%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D66643 (or 0xD66643) is known color: Sorbus. HEX triplet: D6, 66 and 43. RGB value is (214,102,67). Sum of RGB (Red+Green+Blue) = 214+102+67=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D66643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66643 is #2999BC. Grayscale: #838383. Windows color (decimal): -2726333 or 4417238. OLE color: 4417238.

HSL color Cylindrical-coordinate representation of color #D66643: hue angle of 14.29º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D66643 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 102 67 -
CMYK 0 0.52 0.69 0.16
HSL 14.29º 0.64% 0.55% -
HSV(B) 14.29º 0.69% 0.84% -
XYZ 33.5 24.2 8.22 -
YUV 131.5 91.61 186.85 -
System Red Green Blue C M Y K H S L
Decimal 214 102 67 0 0.52 0.69 0.16 14.29 0.64 0.55
Hex D6 66 43 0 34 45 10 E 40 37
Octal 326 146 103 0 64 105 20 16 100 67
Binary 11010110 1100110 1000011 0 110100 1000101 10000 1110 1000000 110111

Color Harmonies of #D66643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66643

Black with #D66643

Text Example


Text Example

White with #D66643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66643; }

 p { color: rgb(214,102,67); }

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

background-color css

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

 a { background-color: rgb(214,102,67); }

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

border-color css

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

 span { border-color: rgb(214,102,67); }

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