Html Css Color HEX #D3806D New York Pink

📋 copy color: '#D3806D'

red 211 ◦ green 128 ◦ blue 109

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

Shades of New York Pink #D3806D

Tints of New York Pink #D3806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.57%

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 47.1%
G = 28.57%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3806D (or 0xD3806D) is known color: New York Pink. HEX triplet: D3, 80 and 6D. RGB value is (211,128,109). Sum of RGB (Red+Green+Blue) = 211+128+109=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D3806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3806D is #2C7F92. Grayscale: #969696. Windows color (decimal): -2916243 or 7176403. OLE color: 7176403.

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

Color convert

RGB 211 128 109 -
CMYK 0 0.39 0.48 0.17
HSL 11.18º 0.54% 0.63% -
HSV(B) 11.18º 0.48% 0.83% -
XYZ 37.34 30.39 18.37 -
YUV 150.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 211 128 109 0 0.39 0.48 0.17 11.18 0.54 0.63
Hex D3 80 6D 0 27 30 11 B 36 3F
Octal 323 200 155 0 47 60 21 13 66 77
Binary 11010011 10000000 1101101 0 100111 110000 10001 1011 110110 111111

Color Harmonies of #D3806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3806D

Black with #D3806D

Text Example


Text Example

White with #D3806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3806D; }

 p { color: rgb(211,128,109); }

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

background-color css

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

 a { background-color: rgb(211,128,109); }

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

border-color css

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

 span { border-color: rgb(211,128,109); }

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