Html Css Color HEX #D3816D New York Pink

📋 copy color: '#D3816D'

red 211 ◦ green 129 ◦ blue 109

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

Shades of New York Pink #D3816D

Tints of New York Pink #D3816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.73%

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

R = 46.99%
G = 28.73%
B = 24.28%

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

#D3816D (or 0xD3816D) is known color: New York Pink. HEX triplet: D3, 81 and 6D. RGB value is (211,129,109). Sum of RGB (Red+Green+Blue) = 211+129+109=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3816D is #2C7E92. Grayscale: #979797. Windows color (decimal): -2915987 or 7176659. OLE color: 7176659.

HSL color Cylindrical-coordinate representation of color #D3816D: hue angle of 11.76º 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 #D3816D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 129 109 -
CMYK 0 0.39 0.48 0.17
HSL 11.76º 0.54% 0.63% -
HSV(B) 11.76º 0.48% 0.83% -
XYZ 37.47 30.65 18.41 -
YUV 151.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 211 129 109 0 0.39 0.48 0.17 11.76 0.54 0.63
Hex D3 81 6D 0 27 30 11 C 36 3F
Octal 323 201 155 0 47 60 21 14 66 77
Binary 11010011 10000001 1101101 0 100111 110000 10001 1100 110110 111111

Color Harmonies of #D3816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3816D

Black with #D3816D

Text Example


Text Example

White with #D3816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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