Html Css Color HEX #D66742 Sorbus

📋 copy color: '#D66742'

red 214 ◦ green 103 ◦ blue 66

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

Shades of Sorbus #D66742

Tints of Sorbus #D66742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.23%

R = 55.87%
G = 26.89%
B = 17.23%

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

#D66742 (or 0xD66742) is known color: Sorbus. HEX triplet: D6, 67 and 42. RGB value is (214,103,66). Sum of RGB (Red+Green+Blue) = 214+103+66=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D66742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66742 is #2998BD. Grayscale: #848484. Windows color (decimal): -2726078 or 4351958. OLE color: 4351958.

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

Color convert

RGB 214 103 66 -
CMYK 0 0.52 0.69 0.16
HSL 15º 0.64% 0.55% -
HSV(B) 15º 0.69% 0.84% -
XYZ 33.57 24.39 8.09 -
YUV 131.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 214 103 66 0 0.52 0.69 0.16 15 0.64 0.55
Hex D6 67 42 0 34 45 10 F 40 37
Octal 326 147 102 0 64 105 20 17 100 67
Binary 11010110 1100111 1000010 0 110100 1000101 10000 1111 1000000 110111

Color Harmonies of #D66742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66742

Black with #D66742

Text Example


Text Example

White with #D66742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66742; }

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

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

background-color css

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

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

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

border-color css

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

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

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