Html Css Color HEX #D4663C Sorbus

📋 copy color: '#D4663C'

red 212 ◦ green 102 ◦ blue 60

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

Shades of Sorbus #D4663C

Tints of Sorbus #D4663C

RGB

 RED value IS 212 (83.2% from 255) = 56.68%

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

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

R = 56.68%
G = 27.27%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4663C (or 0xD4663C) is known color: Sorbus. HEX triplet: D4, 66 and 3C. RGB value is (212,102,60). Sum of RGB (Red+Green+Blue) = 212+102+60=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4663C is #2B99C3. Grayscale: #828282. Windows color (decimal): -2857412 or 3958484. OLE color: 3958484.

HSL color Cylindrical-coordinate representation of color #D4663C: hue angle of 16.58º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4663C is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 102 60 -
CMYK 0 0.52 0.72 0.17
HSL 16.58º 0.64% 0.53% -
HSV(B) 16.58º 0.72% 0.83% -
XYZ 32.72 23.83 7.15 -
YUV 130.1 88.44 186.42 -
System Red Green Blue C M Y K H S L
Decimal 212 102 60 0 0.52 0.72 0.17 16.58 0.64 0.53
Hex D4 66 3C 0 34 48 11 11 40 35
Octal 324 146 74 0 64 110 21 21 100 65
Binary 11010100 1100110 111100 0 110100 1001000 10001 10001 1000000 110101

Color Harmonies of #D4663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4663C

Black with #D4663C

Text Example


Text Example

White with #D4663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4663C; }

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

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

background-color css

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

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

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

border-color css

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

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

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