Html Css Color HEX #D6806D New York Pink

📋 copy color: '#D6806D'

red 214 ◦ green 128 ◦ blue 109

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

Shades of New York Pink #D6806D

Tints of New York Pink #D6806D

RGB

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

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

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

R = 47.45%
G = 28.38%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6806D (or 0xD6806D) is known color: New York Pink. HEX triplet: D6, 80 and 6D. RGB value is (214,128,109). Sum of RGB (Red+Green+Blue) = 214+128+109=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6806D is #297F92. Grayscale: #979797. Windows color (decimal): -2719635 or 7176406. OLE color: 7176406.

HSL color Cylindrical-coordinate representation of color #D6806D: hue angle of 10.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6806D is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 109 -
CMYK 0 0.40 0.49 0.16
HSL 10.86º 0.56% 0.63% -
HSV(B) 10.86º 0.49% 0.84% -
XYZ 38.21 30.84 18.41 -
YUV 151.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 214 128 109 0 0.40 0.49 0.16 10.86 0.56 0.63
Hex D6 80 6D 0 28 31 10 B 38 3F
Octal 326 200 155 0 50 61 20 13 70 77
Binary 11010110 10000000 1101101 0 101000 110001 10000 1011 111000 111111

Color Harmonies of #D6806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6806D

Black with #D6806D

Text Example


Text Example

White with #D6806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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