Html Css Color HEX #DFBFB9 Cavern Pink

📋 copy color: '#DFBFB9'

red 223 ◦ green 191 ◦ blue 185

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

Shades of Cavern Pink #DFBFB9

Tints of Cavern Pink #DFBFB9

RGB

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

 GREEN value IS 191 (75% from 255) = 31.89%

 BLUE value IS 185 (72.66% from 255) = 30.88%

R = 37.23%
G = 31.89%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFBFB9 (or 0xDFBFB9) is known color: Cavern Pink. HEX triplet: DF, BF and B9. RGB value is (223,191,185). Sum of RGB (Red+Green+Blue) = 223+191+185=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFB9 is #204046. Grayscale: #C7C7C7. Windows color (decimal): -2113607 or 12173279. OLE color: 12173279.

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

Color convert

RGB 223 191 185 -
CMYK 0 0.14 0.17 0.13
HSL 9.47º 0.37% 0.8% -
HSV(B) 9.47º 0.17% 0.87% -
XYZ 57.82 56.45 53.75 -
YUV 199.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 223 191 185 0 0.14 0.17 0.13 9.47 0.37 0.8
Hex DF BF B9 0 E 11 D 9 25 50
Octal 337 277 271 0 16 21 15 11 45 120
Binary 11011111 10111111 10111001 0 1110 10001 1101 1001 100101 1010000

Color Harmonies of #DFBFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFB9

Black with #DFBFB9

Text Example


Text Example

White with #DFBFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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