Html Css Color HEX #D4693B Sorbus

📋 copy color: '#D4693B'

red 212 ◦ green 105 ◦ blue 59

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

Shades of Sorbus #D4693B

Tints of Sorbus #D4693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.69%

R = 56.38%
G = 27.93%
B = 15.69%

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

#D4693B (or 0xD4693B) is known color: Sorbus. HEX triplet: D4, 69 and 3B. RGB value is (212,105,59). Sum of RGB (Red+Green+Blue) = 212+105+59=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4693B is #2B96C4. Grayscale: #848484. Windows color (decimal): -2856645 or 3893716. OLE color: 3893716.

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

Color convert

RGB 212 105 59 -
CMYK 0 0.50 0.72 0.17
HSL 18.04º 0.64% 0.53% -
HSV(B) 18.04º 0.72% 0.83% -
XYZ 32.99 24.42 7.11 -
YUV 131.75 86.95 185.24 -
System Red Green Blue C M Y K H S L
Decimal 212 105 59 0 0.50 0.72 0.17 18.04 0.64 0.53
Hex D4 69 3B 0 32 48 11 12 40 35
Octal 324 151 73 0 62 110 21 22 100 65
Binary 11010100 1101001 111011 0 110010 1001000 10001 10010 1000000 110101

Color Harmonies of #D4693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4693B

Black with #D4693B

Text Example


Text Example

White with #D4693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4693B; }

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

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

background-color css

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

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

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

border-color css

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

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

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