Html Css Color HEX #D6533F Dark Coral

📋 copy color: '#D6533F'

red 214 ◦ green 83 ◦ blue 63

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

Shades of Dark Coral #D6533F

Tints of Dark Coral #D6533F

RGB

 RED value IS 214 (83.98% from 255) = 59.44%

 GREEN value IS 83 (32.81% from 255) = 23.06%

 BLUE value IS 63 (25% from 255) = 17.5%

R = 59.44%
G = 23.06%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6533F (or 0xD6533F) is known color: Dark Coral. HEX triplet: D6, 53 and 3F. RGB value is (214,83,63). Sum of RGB (Red+Green+Blue) = 214+83+63=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6533F is #29ACC0. Grayscale: #787878. Windows color (decimal): -2731201 or 4150230. OLE color: 4150230.

HSL color Cylindrical-coordinate representation of color #D6533F: hue angle of 7.95º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6533F is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 83 63 -
CMYK 0 0.61 0.71 0.16
HSL 7.95º 0.65% 0.54% -
HSV(B) 7.95º 0.71% 0.84% -
XYZ 31.72 20.84 7.05 -
YUV 119.89 95.9 195.13 -
System Red Green Blue C M Y K H S L
Decimal 214 83 63 0 0.61 0.71 0.16 7.95 0.65 0.54
Hex D6 53 3F 0 3D 47 10 8 41 36
Octal 326 123 77 0 75 107 20 10 101 66
Binary 11010110 1010011 111111 0 111101 1000111 10000 1000 1000001 110110

Color Harmonies of #D6533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6533F

Black with #D6533F

Text Example


Text Example

White with #D6533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6533F; }

 p { color: rgb(214,83,63); }

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

background-color css

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

 a { background-color: rgb(214,83,63); }

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

border-color css

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

 span { border-color: rgb(214,83,63); }

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