Html Css Color HEX #D67B6E New York Pink

📋 copy color: '#D67B6E'

red 214 ◦ green 123 ◦ blue 110

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

Shades of New York Pink #D67B6E

Tints of New York Pink #D67B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.52%

 BLUE value IS 110 (43.36% from 255) = 24.61%

R = 47.87%
G = 27.52%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D67B6E (or 0xD67B6E) is known color: New York Pink. HEX triplet: D6, 7B and 6E. RGB value is (214,123,110). Sum of RGB (Red+Green+Blue) = 214+123+110=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B6E is #298491. Grayscale: #949494. Windows color (decimal): -2720914 or 7240662. OLE color: 7240662.

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

Color convert

RGB 214 123 110 -
CMYK 0 0.43 0.49 0.16
HSL 7.5º 0.56% 0.64% -
HSV(B) 7.5º 0.49% 0.84% -
XYZ 37.63 29.59 18.48 -
YUV 148.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 214 123 110 0 0.43 0.49 0.16 7.5 0.56 0.64
Hex D6 7B 6E 0 2B 31 10 8 38 40
Octal 326 173 156 0 53 61 20 10 70 100
Binary 11010110 1111011 1101110 0 101011 110001 10000 1000 111000 1000000

Color Harmonies of #D67B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67B6E

Black with #D67B6E

Text Example


Text Example

White with #D67B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67B6E; }

 p { color: rgb(214,123,110); }

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

background-color css

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

 a { background-color: rgb(214,123,110); }

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

border-color css

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

 span { border-color: rgb(214,123,110); }

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