Html Css Color HEX #DCB9AF Cavern Pink

📋 copy color: '#DCB9AF'

red 220 ◦ green 185 ◦ blue 175

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

Shades of Cavern Pink #DCB9AF

Tints of Cavern Pink #DCB9AF

RGB

 RED value IS 220 (86.33% from 255) = 37.93%

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

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

R = 37.93%
G = 31.9%
B = 30.17%

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

#DCB9AF (or 0xDCB9AF) is known color: Cavern Pink. HEX triplet: DC, B9 and AF. RGB value is (220,185,175). Sum of RGB (Red+Green+Blue) = 220+185+175=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB9AF is #234650. Grayscale: #C2C2C2. Windows color (decimal): -2311761 or 11516380. OLE color: 11516380.

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

Color convert

RGB 220 185 175 -
CMYK 0 0.16 0.20 0.14
HSL 13.33º 0.39% 0.77% -
HSV(B) 13.33º 0.2% 0.86% -
XYZ 54.6 53.01 47.91 -
YUV 194.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 220 185 175 0 0.16 0.20 0.14 13.33 0.39 0.77
Hex DC B9 AF 0 10 14 E D 27 4D
Octal 334 271 257 0 20 24 16 15 47 115
Binary 11011100 10111001 10101111 0 10000 10100 1110 1101 100111 1001101

Color Harmonies of #DCB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9AF

Black with #DCB9AF

Text Example


Text Example

White with #DCB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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