Html Css Color HEX #DCB4AF Cavern Pink

📋 copy color: '#DCB4AF'

red 220 ◦ green 180 ◦ blue 175

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

Shades of Cavern Pink #DCB4AF

Tints of Cavern Pink #DCB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.3%

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

R = 38.26%
G = 31.3%
B = 30.43%

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

#DCB4AF (or 0xDCB4AF) is known color: Cavern Pink. HEX triplet: DC, B4 and AF. RGB value is (220,180,175). Sum of RGB (Red+Green+Blue) = 220+180+175=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4AF is #234B50. Grayscale: #BFBFBF. Windows color (decimal): -2313041 or 11515100. OLE color: 11515100.

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

Color convert

RGB 220 180 175 -
CMYK 0 0.18 0.20 0.14
HSL 6.67º 0.39% 0.77% -
HSV(B) 6.67º 0.2% 0.86% -
XYZ 53.57 50.95 47.57 -
YUV 191.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 220 180 175 0 0.18 0.20 0.14 6.67 0.39 0.77
Hex DC B4 AF 0 12 14 E 7 27 4D
Octal 334 264 257 0 22 24 16 7 47 115
Binary 11011100 10110100 10101111 0 10010 10100 1110 111 100111 1001101

Color Harmonies of #DCB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4AF

Black with #DCB4AF

Text Example


Text Example

White with #DCB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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