Html Css Color HEX #D66C43 Sorbus

📋 copy color: '#D66C43'

red 214 ◦ green 108 ◦ blue 67

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

Shades of Sorbus #D66C43

Tints of Sorbus #D66C43

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.76%

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

R = 55.01%
G = 27.76%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D66C43 (or 0xD66C43) is known color: Sorbus. HEX triplet: D6, 6C and 43. RGB value is (214,108,67). Sum of RGB (Red+Green+Blue) = 214+108+67=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C43 is #2993BC. Grayscale: #878787. Windows color (decimal): -2724797 or 4418774. OLE color: 4418774.

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

Color convert

RGB 214 108 67 -
CMYK 0 0.50 0.69 0.16
HSL 16.73º 0.64% 0.55% -
HSV(B) 16.73º 0.69% 0.84% -
XYZ 34.11 25.43 8.42 -
YUV 135.02 89.62 184.33 -
System Red Green Blue C M Y K H S L
Decimal 214 108 67 0 0.50 0.69 0.16 16.73 0.64 0.55
Hex D6 6C 43 0 32 45 10 11 40 37
Octal 326 154 103 0 62 105 20 21 100 67
Binary 11010110 1101100 1000011 0 110010 1000101 10000 10001 1000000 110111

Color Harmonies of #D66C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C43

Black with #D66C43

Text Example


Text Example

White with #D66C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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