Html Css Color HEX #DB9C83 Tonys Pink

📋 copy color: '#DB9C83'

red 219 ◦ green 156 ◦ blue 131

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

Shades of Tonys Pink #DB9C83

Tints of Tonys Pink #DB9C83

RGB

 RED value IS 219 (85.94% from 255) = 43.28%

 GREEN value IS 156 (61.33% from 255) = 30.83%

 BLUE value IS 131 (51.56% from 255) = 25.89%

R = 43.28%
G = 30.83%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB9C83 (or 0xDB9C83) is known color: Tonys Pink. HEX triplet: DB, 9C and 83. RGB value is (219,156,131). Sum of RGB (Red+Green+Blue) = 219+156+131=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C83 is #24637C. Grayscale: #ACACAC. Windows color (decimal): -2384765 or 8625371. OLE color: 8625371.

HSL color Cylindrical-coordinate representation of color #DB9C83: hue angle of 17.05º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB9C83 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 156 131 -
CMYK 0 0.29 0.40 0.14
HSL 17.05º 0.55% 0.69% -
HSV(B) 17.05º 0.4% 0.86% -
XYZ 45.2 40.48 26.9 -
YUV 171.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 219 156 131 0 0.29 0.40 0.14 17.05 0.55 0.69
Hex DB 9C 83 0 1D 28 E 11 37 45
Octal 333 234 203 0 35 50 16 21 67 105
Binary 11011011 10011100 10000011 0 11101 101000 1110 10001 110111 1000101

Color Harmonies of #DB9C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C83

Black with #DB9C83

Text Example


Text Example

White with #DB9C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C83; }

 p { color: rgb(219,156,131); }

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

background-color css

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

 a { background-color: rgb(219,156,131); }

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

border-color css

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

 span { border-color: rgb(219,156,131); }

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