Html Css Color HEX #DBB9AF Cavern Pink

📋 copy color: '#DBB9AF'

red 219 ◦ green 185 ◦ blue 175

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

Shades of Cavern Pink #DBB9AF

Tints of Cavern Pink #DBB9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.22%

R = 37.82%
G = 31.95%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DBB9AF (or 0xDBB9AF) is known color: Cavern Pink. HEX triplet: DB, B9 and AF. RGB value is (219,185,175). Sum of RGB (Red+Green+Blue) = 219+185+175=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB9AF is #244650. Grayscale: #C2C2C2. Windows color (decimal): -2377297 or 11516379. OLE color: 11516379.

HSL color Cylindrical-coordinate representation of color #DBB9AF: hue angle of 13.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB9AF is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 175 -
CMYK 0 0.16 0.20 0.14
HSL 13.64º 0.38% 0.77% -
HSV(B) 13.64º 0.2% 0.86% -
XYZ 54.3 52.85 47.9 -
YUV 194.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 219 185 175 0 0.16 0.20 0.14 13.64 0.38 0.77
Hex DB B9 AF 0 10 14 E E 26 4D
Octal 333 271 257 0 20 24 16 16 46 115
Binary 11011011 10111001 10101111 0 10000 10100 1110 1110 100110 1001101

Color Harmonies of #DBB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9AF

Black with #DBB9AF

Text Example


Text Example

White with #DBB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9AF; }

 p { color: rgb(219,185,175); }

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

background-color css

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

 a { background-color: rgb(219,185,175); }

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

border-color css

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

 span { border-color: rgb(219,185,175); }

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