Html Css Color HEX #DBB8AF Cavern Pink

📋 copy color: '#DBB8AF'

red 219 ◦ green 184 ◦ blue 175

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

Shades of Cavern Pink #DBB8AF

Tints of Cavern Pink #DBB8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.83%

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

R = 37.89%
G = 31.83%
B = 30.28%

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

#DBB8AF (or 0xDBB8AF) is known color: Cavern Pink. HEX triplet: DB, B8 and AF. RGB value is (219,184,175). Sum of RGB (Red+Green+Blue) = 219+184+175=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB8AF is #244750. Grayscale: #C1C1C1. Windows color (decimal): -2377553 or 11516123. OLE color: 11516123.

HSL color Cylindrical-coordinate representation of color #DBB8AF: hue angle of 12.27º 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 #DBB8AF is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 184 175 -
CMYK 0 0.16 0.20 0.14
HSL 12.27º 0.38% 0.77% -
HSV(B) 12.27º 0.2% 0.86% -
XYZ 54.09 52.44 47.83 -
YUV 193.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 219 184 175 0 0.16 0.20 0.14 12.27 0.38 0.77
Hex DB B8 AF 0 10 14 E C 26 4D
Octal 333 270 257 0 20 24 16 14 46 115
Binary 11011011 10111000 10101111 0 10000 10100 1110 1100 100110 1001101

Color Harmonies of #DBB8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8AF

Black with #DBB8AF

Text Example


Text Example

White with #DBB8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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