Html Css Color HEX #D4693C Sorbus

📋 copy color: '#D4693C'

red 212 ◦ green 105 ◦ blue 60

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

Shades of Sorbus #D4693C

Tints of Sorbus #D4693C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

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

R = 56.23%
G = 27.85%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4693C (or 0xD4693C) is known color: Sorbus. HEX triplet: D4, 69 and 3C. RGB value is (212,105,60). Sum of RGB (Red+Green+Blue) = 212+105+60=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D4693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4693C is #2B96C3. Grayscale: #848484. Windows color (decimal): -2856644 or 3959252. OLE color: 3959252.

HSL color Cylindrical-coordinate representation of color #D4693C: hue angle of 17.76º 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 #D4693C is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 60 -
CMYK 0 0.50 0.72 0.17
HSL 17.76º 0.64% 0.53% -
HSV(B) 17.76º 0.72% 0.83% -
XYZ 33.02 24.43 7.25 -
YUV 131.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 212 105 60 0 0.50 0.72 0.17 17.76 0.64 0.53
Hex D4 69 3C 0 32 48 11 12 40 35
Octal 324 151 74 0 62 110 21 22 100 65
Binary 11010100 1101001 111100 0 110010 1001000 10001 10010 1000000 110101

Color Harmonies of #D4693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4693C

Black with #D4693C

Text Example


Text Example

White with #D4693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4693C; }

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

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

background-color css

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

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

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

border-color css

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

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

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