Html Css Color HEX #D36042 Dark Coral

📋 copy color: '#D36042'

red 211 ◦ green 96 ◦ blue 66

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

Shades of Dark Coral #D36042

Tints of Dark Coral #D36042

RGB

 RED value IS 211 (82.81% from 255) = 56.57%

 GREEN value IS 96 (37.89% from 255) = 25.74%

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 56.57%
G = 25.74%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D36042 (or 0xD36042) is known color: Dark Coral. HEX triplet: D3, 60 and 42. RGB value is (211,96,66). Sum of RGB (Red+Green+Blue) = 211+96+66=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D36042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36042 is #2C9FBD. Grayscale: #7F7F7F. Windows color (decimal): -2924478 or 4350163. OLE color: 4350163.

HSL color Cylindrical-coordinate representation of color #D36042: hue angle of 12.41º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D36042 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 96 66 -
CMYK 0 0.55 0.69 0.17
HSL 12.41º 0.62% 0.54% -
HSV(B) 12.41º 0.69% 0.83% -
XYZ 32.03 22.61 7.83 -
YUV 126.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 211 96 66 0 0.55 0.69 0.17 12.41 0.62 0.54
Hex D3 60 42 0 37 45 11 C 3E 36
Octal 323 140 102 0 67 105 21 14 76 66
Binary 11010011 1100000 1000010 0 110111 1000101 10001 1100 111110 110110

Color Harmonies of #D36042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36042

Black with #D36042

Text Example


Text Example

White with #D36042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36042; }

 p { color: rgb(211,96,66); }

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

background-color css

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

 a { background-color: rgb(211,96,66); }

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

border-color css

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

 span { border-color: rgb(211,96,66); }

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