Html Css Color HEX #DD836B New York Pink

📋 copy color: '#DD836B'

red 221 ◦ green 131 ◦ blue 107

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

Shades of New York Pink #DD836B

Tints of New York Pink #DD836B

RGB

 RED value IS 221 (86.72% from 255) = 48.15%

 GREEN value IS 131 (51.56% from 255) = 28.54%

 BLUE value IS 107 (42.19% from 255) = 23.31%

R = 48.15%
G = 28.54%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD836B (or 0xDD836B) is known color: New York Pink. HEX triplet: DD, 83 and 6B. RGB value is (221,131,107). Sum of RGB (Red+Green+Blue) = 221+131+107=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD836B is #227C94. Grayscale: #9B9B9B. Windows color (decimal): -2260117 or 7046109. OLE color: 7046109.

HSL color Cylindrical-coordinate representation of color #DD836B: hue angle of 12.63º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD836B is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 107 -
CMYK 0 0.41 0.52 0.13
HSL 12.63º 0.63% 0.64% -
HSV(B) 12.63º 0.52% 0.87% -
XYZ 40.59 32.67 18.08 -
YUV 155.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 221 131 107 0 0.41 0.52 0.13 12.63 0.63 0.64
Hex DD 83 6B 0 29 34 D D 3F 40
Octal 335 203 153 0 51 64 15 15 77 100
Binary 11011101 10000011 1101011 0 101001 110100 1101 1101 111111 1000000

Color Harmonies of #DD836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD836B

Black with #DD836B

Text Example


Text Example

White with #DD836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD836B; }

 p { color: rgb(221,131,107); }

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

background-color css

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

 a { background-color: rgb(221,131,107); }

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

border-color css

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

 span { border-color: rgb(221,131,107); }

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