Html Css Color HEX #D9663C Sorbus

📋 copy color: '#D9663C'

red 217 ◦ green 102 ◦ blue 60

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

Shades of Sorbus #D9663C

Tints of Sorbus #D9663C

RGB

 RED value IS 217 (85.16% from 255) = 57.26%

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

 BLUE value IS 60 (23.83% from 255) = 15.83%

R = 57.26%
G = 26.91%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9663C (or 0xD9663C) is known color: Sorbus. HEX triplet: D9, 66 and 3C. RGB value is (217,102,60). Sum of RGB (Red+Green+Blue) = 217+102+60=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9663C is #2699C3. Grayscale: #838383. Windows color (decimal): -2529732 or 3958489. OLE color: 3958489.

HSL color Cylindrical-coordinate representation of color #D9663C: hue angle of 16.05º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9663C is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 60 -
CMYK 0 0.53 0.72 0.15
HSL 16.05º 0.67% 0.54% -
HSV(B) 16.05º 0.72% 0.85% -
XYZ 34.18 24.58 7.22 -
YUV 131.6 87.6 188.92 -
System Red Green Blue C M Y K H S L
Decimal 217 102 60 0 0.53 0.72 0.15 16.05 0.67 0.54
Hex D9 66 3C 0 35 48 F 10 43 36
Octal 331 146 74 0 65 110 17 20 103 66
Binary 11011001 1100110 111100 0 110101 1001000 1111 10000 1000011 110110

Color Harmonies of #D9663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9663C

Black with #D9663C

Text Example


Text Example

White with #D9663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9663C; }

 p { color: rgb(217,102,60); }

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

background-color css

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

 a { background-color: rgb(217,102,60); }

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

border-color css

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

 span { border-color: rgb(217,102,60); }

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