Html Css Color HEX #DCB5AF Cavern Pink

📋 copy color: '#DCB5AF'

red 220 ◦ green 181 ◦ blue 175

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

Shades of Cavern Pink #DCB5AF

Tints of Cavern Pink #DCB5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.42%

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

R = 38.19%
G = 31.42%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCB5AF (or 0xDCB5AF) is known color: Cavern Pink. HEX triplet: DC, B5 and AF. RGB value is (220,181,175). Sum of RGB (Red+Green+Blue) = 220+181+175=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB5AF is #234A50. Grayscale: #C0C0C0. Windows color (decimal): -2312785 or 11515356. OLE color: 11515356.

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

Color convert

RGB 220 181 175 -
CMYK 0 0.18 0.20 0.14
HSL 0.39% 0.77% -
HSV(B) 0.2% 0.86% -
XYZ 53.78 51.36 47.64 -
YUV 191.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 220 181 175 0 0.18 0.20 0.14 8 0.39 0.77
Hex DC B5 AF 0 12 14 E 8 27 4D
Octal 334 265 257 0 22 24 16 10 47 115
Binary 11011100 10110101 10101111 0 10010 10100 1110 1000 100111 1001101

Color Harmonies of #DCB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5AF

Black with #DCB5AF

Text Example


Text Example

White with #DCB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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