Html Css Color HEX #DCBDB9 Cavern Pink

📋 copy color: '#DCBDB9'

red 220 ◦ green 189 ◦ blue 185

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

Shades of Cavern Pink #DCBDB9

Tints of Cavern Pink #DCBDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.82%

 BLUE value IS 185 (72.66% from 255) = 31.14%

R = 37.04%
G = 31.82%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCBDB9 (or 0xDCBDB9) is known color: Cavern Pink. HEX triplet: DC, BD and B9. RGB value is (220,189,185). Sum of RGB (Red+Green+Blue) = 220+189+185=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDB9 is #234246. Grayscale: #C5C5C5. Windows color (decimal): -2310727 or 12172764. OLE color: 12172764.

HSL color Cylindrical-coordinate representation of color #DCBDB9: hue angle of 6.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBDB9 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 185 -
CMYK 0 0.14 0.16 0.14
HSL 6.86º 0.33% 0.79% -
HSV(B) 6.86º 0.16% 0.86% -
XYZ 56.47 55.11 53.56 -
YUV 197.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 220 189 185 0 0.14 0.16 0.14 6.86 0.33 0.79
Hex DC BD B9 0 E 10 E 7 21 4F
Octal 334 275 271 0 16 20 16 7 41 117
Binary 11011100 10111101 10111001 0 1110 10000 1110 111 100001 1001111

Color Harmonies of #DCBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDB9

Black with #DCBDB9

Text Example


Text Example

White with #DCBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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