Html Css Color HEX #D76642 Sorbus

📋 copy color: '#D76642'

red 215 ◦ green 102 ◦ blue 66

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

Shades of Sorbus #D76642

Tints of Sorbus #D76642

RGB

 RED value IS 215 (84.38% from 255) = 56.14%

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

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

R = 56.14%
G = 26.63%
B = 17.23%

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

#D76642 (or 0xD76642) is known color: Sorbus. HEX triplet: D7, 66 and 42. RGB value is (215,102,66). Sum of RGB (Red+Green+Blue) = 215+102+66=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D76642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76642 is #2899BD. Grayscale: #838383. Windows color (decimal): -2660798 or 4351703. OLE color: 4351703.

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

Color convert

RGB 215 102 66 -
CMYK 0 0.53 0.69 0.16
HSL 14.5º 0.65% 0.55% -
HSV(B) 14.5º 0.69% 0.84% -
XYZ 33.76 24.34 8.07 -
YUV 131.68 90.94 187.43 -
System Red Green Blue C M Y K H S L
Decimal 215 102 66 0 0.53 0.69 0.16 14.5 0.65 0.55
Hex D7 66 42 0 35 45 10 E 41 37
Octal 327 146 102 0 65 105 20 16 101 67
Binary 11010111 1100110 1000010 0 110101 1000101 10000 1110 1000001 110111

Color Harmonies of #D76642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76642

Black with #D76642

Text Example


Text Example

White with #D76642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76642; }

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

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

background-color css

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

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

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

border-color css

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

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

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