Html Css Color HEX #D66942 Sorbus

📋 copy color: '#D66942'

red 214 ◦ green 105 ◦ blue 66

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

Shades of Sorbus #D66942

Tints of Sorbus #D66942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.27%

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

R = 55.58%
G = 27.27%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D66942 (or 0xD66942) is known color: Sorbus. HEX triplet: D6, 69 and 42. RGB value is (214,105,66). Sum of RGB (Red+Green+Blue) = 214+105+66=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D66942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66942 is #2996BD. Grayscale: #858585. Windows color (decimal): -2725566 or 4352470. OLE color: 4352470.

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

Color convert

RGB 214 105 66 -
CMYK 0 0.51 0.69 0.16
HSL 15.81º 0.64% 0.55% -
HSV(B) 15.81º 0.69% 0.84% -
XYZ 33.77 24.79 8.16 -
YUV 133.15 90.11 185.67 -
System Red Green Blue C M Y K H S L
Decimal 214 105 66 0 0.51 0.69 0.16 15.81 0.64 0.55
Hex D6 69 42 0 33 45 10 10 40 37
Octal 326 151 102 0 63 105 20 20 100 67
Binary 11010110 1101001 1000010 0 110011 1000101 10000 10000 1000000 110111

Color Harmonies of #D66942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66942

Black with #D66942

Text Example


Text Example

White with #D66942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66942; }

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

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

background-color css

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

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

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

border-color css

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

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

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