Html Css Color HEX #D66542 Sorbus

📋 copy color: '#D66542'

red 214 ◦ green 101 ◦ blue 66

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

Shades of Sorbus #D66542

Tints of Sorbus #D66542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.51%

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

R = 56.17%
G = 26.51%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D66542 (or 0xD66542) is known color: Sorbus. HEX triplet: D6, 65 and 42. RGB value is (214,101,66). Sum of RGB (Red+Green+Blue) = 214+101+66=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D66542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66542 is #299ABD. Grayscale: #838383. Windows color (decimal): -2726590 or 4351446. OLE color: 4351446.

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

Color convert

RGB 214 101 66 -
CMYK 0 0.53 0.69 0.16
HSL 14.19º 0.64% 0.55% -
HSV(B) 14.19º 0.69% 0.84% -
XYZ 33.37 24 8.03 -
YUV 130.8 91.44 187.35 -
System Red Green Blue C M Y K H S L
Decimal 214 101 66 0 0.53 0.69 0.16 14.19 0.64 0.55
Hex D6 65 42 0 35 45 10 E 40 37
Octal 326 145 102 0 65 105 20 16 100 67
Binary 11010110 1100101 1000010 0 110101 1000101 10000 1110 1000000 110111

Color Harmonies of #D66542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66542

Black with #D66542

Text Example


Text Example

White with #D66542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66542; }

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

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

background-color css

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

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

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

border-color css

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

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

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