Html Css Color HEX #DAB7AF Cavern Pink

📋 copy color: '#DAB7AF'

red 218 ◦ green 183 ◦ blue 175

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

Shades of Cavern Pink #DAB7AF

Tints of Cavern Pink #DAB7AF

RGB

 RED value IS 218 (85.55% from 255) = 37.85%

 GREEN value IS 183 (71.88% from 255) = 31.77%

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

R = 37.85%
G = 31.77%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DAB7AF (or 0xDAB7AF) is known color: Cavern Pink. HEX triplet: DA, B7 and AF. RGB value is (218,183,175). Sum of RGB (Red+Green+Blue) = 218+183+175=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB7AF is #254850. Grayscale: #C0C0C0. Windows color (decimal): -2443345 or 11515866. OLE color: 11515866.

HSL color Cylindrical-coordinate representation of color #DAB7AF: hue angle of 11.16º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB7AF is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 183 175 -
CMYK 0 0.16 0.20 0.15
HSL 11.16º 0.37% 0.77% -
HSV(B) 11.16º 0.2% 0.85% -
XYZ 53.58 51.87 47.74 -
YUV 192.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 218 183 175 0 0.16 0.20 0.15 11.16 0.37 0.77
Hex DA B7 AF 0 10 14 F B 25 4D
Octal 332 267 257 0 20 24 17 13 45 115
Binary 11011010 10110111 10101111 0 10000 10100 1111 1011 100101 1001101

Color Harmonies of #DAB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB7AF

Black with #DAB7AF

Text Example


Text Example

White with #DAB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB7AF; }

 p { color: rgb(218,183,175); }

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

background-color css

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

 a { background-color: rgb(218,183,175); }

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

border-color css

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

 span { border-color: rgb(218,183,175); }

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