Html Css Color HEX #DCB2AF Cavern Pink

📋 copy color: '#DCB2AF'

red 220 ◦ green 178 ◦ blue 175

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

Shades of Cavern Pink #DCB2AF

Tints of Cavern Pink #DCB2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.06%

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

R = 38.39%
G = 31.06%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCB2AF (or 0xDCB2AF) is known color: Cavern Pink. HEX triplet: DC, B2 and AF. RGB value is (220,178,175). Sum of RGB (Red+Green+Blue) = 220+178+175=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2AF is #234D50. Grayscale: #BEBEBE. Windows color (decimal): -2313553 or 11514588. OLE color: 11514588.

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

Color convert

RGB 220 178 175 -
CMYK 0 0.19 0.20 0.14
HSL 0.39% 0.77% -
HSV(B) 0.2% 0.86% -
XYZ 53.17 50.15 47.44 -
YUV 190.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 220 178 175 0 0.19 0.20 0.14 4 0.39 0.77
Hex DC B2 AF 0 13 14 E 4 27 4D
Octal 334 262 257 0 23 24 16 4 47 115
Binary 11011100 10110010 10101111 0 10011 10100 1110 100 100111 1001101

Color Harmonies of #DCB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2AF

Black with #DCB2AF

Text Example


Text Example

White with #DCB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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