Html Css Color HEX #D66743 Sorbus

📋 copy color: '#D66743'

red 214 ◦ green 103 ◦ blue 67

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

Shades of Sorbus #D66743

Tints of Sorbus #D66743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.82%

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

R = 55.73%
G = 26.82%
B = 17.45%

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

#D66743 (or 0xD66743) is known color: Sorbus. HEX triplet: D6, 67 and 43. RGB value is (214,103,67). Sum of RGB (Red+Green+Blue) = 214+103+67=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D66743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66743 is #2998BC. Grayscale: #848484. Windows color (decimal): -2726077 or 4417494. OLE color: 4417494.

HSL color Cylindrical-coordinate representation of color #D66743: hue angle of 14.69º 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 #D66743 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 67 -
CMYK 0 0.52 0.69 0.16
HSL 14.69º 0.64% 0.55% -
HSV(B) 14.69º 0.69% 0.84% -
XYZ 33.59 24.4 8.25 -
YUV 132.09 91.27 186.43 -
System Red Green Blue C M Y K H S L
Decimal 214 103 67 0 0.52 0.69 0.16 14.69 0.64 0.55
Hex D6 67 43 0 34 45 10 F 40 37
Octal 326 147 103 0 64 105 20 17 100 67
Binary 11010110 1100111 1000011 0 110100 1000101 10000 1111 1000000 110111

Color Harmonies of #D66743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66743

Black with #D66743

Text Example


Text Example

White with #D66743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66743; }

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

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

background-color css

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

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

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

border-color css

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

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

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