Html Css Color HEX #D76542 Sorbus

📋 copy color: '#D76542'

red 215 ◦ green 101 ◦ blue 66

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

Shades of Sorbus #D76542

Tints of Sorbus #D76542

RGB

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

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

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

R = 56.28%
G = 26.44%
B = 17.28%

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

#D76542 (or 0xD76542) is known color: Sorbus. HEX triplet: D7, 65 and 42. RGB value is (215,101,66). Sum of RGB (Red+Green+Blue) = 215+101+66=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D76542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76542 is #289ABD. Grayscale: #838383. Windows color (decimal): -2661054 or 4351447. OLE color: 4351447.

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

Color convert

RGB 215 101 66 -
CMYK 0 0.53 0.69 0.16
HSL 14.09º 0.65% 0.55% -
HSV(B) 14.09º 0.69% 0.84% -
XYZ 33.66 24.15 8.04 -
YUV 131.1 91.27 187.85 -
System Red Green Blue C M Y K H S L
Decimal 215 101 66 0 0.53 0.69 0.16 14.09 0.65 0.55
Hex D7 65 42 0 35 45 10 E 41 37
Octal 327 145 102 0 65 105 20 16 101 67
Binary 11010111 1100101 1000010 0 110101 1000101 10000 1110 1000001 110111

Color Harmonies of #D76542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76542

Black with #D76542

Text Example


Text Example

White with #D76542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76542; }

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

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

background-color css

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

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

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

border-color css

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

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

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