Html Css Color HEX #D65B42 Dark Coral

📋 copy color: '#D65B42'

red 214 ◦ green 91 ◦ blue 66

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

Shades of Dark Coral #D65B42

Tints of Dark Coral #D65B42

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.53%

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

R = 57.68%
G = 24.53%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D65B42 (or 0xD65B42) is known color: Dark Coral. HEX triplet: D6, 5B and 42. RGB value is (214,91,66). Sum of RGB (Red+Green+Blue) = 214+91+66=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65B42 is #29A4BD. Grayscale: #7D7D7D. Windows color (decimal): -2729150 or 4348886. OLE color: 4348886.

HSL color Cylindrical-coordinate representation of color #D65B42: hue angle of 10.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D65B42 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 91 66 -
CMYK 0 0.57 0.69 0.16
HSL 10.14º 0.64% 0.55% -
HSV(B) 10.14º 0.69% 0.84% -
XYZ 32.46 22.17 7.72 -
YUV 124.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 214 91 66 0 0.57 0.69 0.16 10.14 0.64 0.55
Hex D6 5B 42 0 39 45 10 A 40 37
Octal 326 133 102 0 71 105 20 12 100 67
Binary 11010110 1011011 1000010 0 111001 1000101 10000 1010 1000000 110111

Color Harmonies of #D65B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65B42

Black with #D65B42

Text Example


Text Example

White with #D65B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65B42; }

 p { color: rgb(214,91,66); }

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

background-color css

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

 a { background-color: rgb(214,91,66); }

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

border-color css

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

 span { border-color: rgb(214,91,66); }

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