Html Css Color HEX #D66642 Sorbus

📋 copy color: '#D66642'

red 214 ◦ green 102 ◦ blue 66

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

Shades of Sorbus #D66642

Tints of Sorbus #D66642

RGB

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

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

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

R = 56.02%
G = 26.7%
B = 17.28%

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

#D66642 (or 0xD66642) is known color: Sorbus. HEX triplet: D6, 66 and 42. RGB value is (214,102,66). Sum of RGB (Red+Green+Blue) = 214+102+66=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D66642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66642 is #2999BD. Grayscale: #838383. Windows color (decimal): -2726334 or 4351702. OLE color: 4351702.

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

Color convert

RGB 214 102 66 -
CMYK 0 0.52 0.69 0.16
HSL 14.59º 0.64% 0.55% -
HSV(B) 14.59º 0.69% 0.84% -
XYZ 33.47 24.19 8.06 -
YUV 131.38 91.11 186.93 -
System Red Green Blue C M Y K H S L
Decimal 214 102 66 0 0.52 0.69 0.16 14.59 0.64 0.55
Hex D6 66 42 0 34 45 10 F 40 37
Octal 326 146 102 0 64 105 20 17 100 67
Binary 11010110 1100110 1000010 0 110100 1000101 10000 1111 1000000 110111

Color Harmonies of #D66642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66642

Black with #D66642

Text Example


Text Example

White with #D66642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66642; }

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

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

background-color css

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

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

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

border-color css

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

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

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