Html Css Color HEX #D38685 Sea Pink

📋 copy color: '#D38685'

red 211 ◦ green 134 ◦ blue 133

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

Shades of Sea Pink #D38685

Tints of Sea Pink #D38685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.03%

 BLUE value IS 133 (52.34% from 255) = 27.82%

R = 44.14%
G = 28.03%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D38685 (or 0xD38685) is known color: Sea Pink. HEX triplet: D3, 86 and 85. RGB value is (211,134,133). Sum of RGB (Red+Green+Blue) = 211+134+133=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D38685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38685 is #2C797A. Grayscale: #9C9C9C. Windows color (decimal): -2914683 or 8750803. OLE color: 8750803.

HSL color Cylindrical-coordinate representation of color #D38685: hue angle of 0.77º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D38685 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 134 133 -
CMYK 0 0.36 0.37 0.17
HSL 0.77º 0.47% 0.67% -
HSV(B) 0.77º 0.37% 0.83% -
XYZ 39.62 32.59 26.39 -
YUV 156.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 211 134 133 0 0.36 0.37 0.17 0.77 0.47 0.67
Hex D3 86 85 0 24 25 11 1 2F 43
Octal 323 206 205 0 44 45 21 1 57 103
Binary 11010011 10000110 10000101 0 100100 100101 10001 1 101111 1000011

Color Harmonies of #D38685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38685

Black with #D38685

Text Example


Text Example

White with #D38685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38685; }

 p { color: rgb(211,134,133); }

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

background-color css

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

 a { background-color: rgb(211,134,133); }

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

border-color css

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

 span { border-color: rgb(211,134,133); }

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