Html Css Color HEX #DFB9B1 Cavern Pink

📋 copy color: '#DFB9B1'

red 223 ◦ green 185 ◦ blue 177

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

Shades of Cavern Pink #DFB9B1

Tints of Cavern Pink #DFB9B1

RGB

 RED value IS 223 (87.5% from 255) = 38.12%

 GREEN value IS 185 (72.66% from 255) = 31.62%

 BLUE value IS 177 (69.53% from 255) = 30.26%

R = 38.12%
G = 31.62%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DFB9B1 (or 0xDFB9B1) is known color: Cavern Pink. HEX triplet: DF, B9 and B1. RGB value is (223,185,177). Sum of RGB (Red+Green+Blue) = 223+185+177=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB9B1 is #20464E. Grayscale: #C3C3C3. Windows color (decimal): -2115151 or 11647455. OLE color: 11647455.

HSL color Cylindrical-coordinate representation of color #DFB9B1: hue angle of 10.43º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB9B1 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 185 177 -
CMYK 0 0.17 0.21 0.13
HSL 10.43º 0.42% 0.78% -
HSV(B) 10.43º 0.21% 0.87% -
XYZ 55.72 53.56 49 -
YUV 195.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 223 185 177 0 0.17 0.21 0.13 10.43 0.42 0.78
Hex DF B9 B1 0 11 15 D A 2A 4E
Octal 337 271 261 0 21 25 15 12 52 116
Binary 11011111 10111001 10110001 0 10001 10101 1101 1010 101010 1001110

Color Harmonies of #DFB9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB9B1

Black with #DFB9B1

Text Example


Text Example

White with #DFB9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB9B1; }

 p { color: rgb(223,185,177); }

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

background-color css

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

 a { background-color: rgb(223,185,177); }

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

border-color css

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

 span { border-color: rgb(223,185,177); }

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