Html Css Color HEX #DAB7AE Cavern Pink

📋 copy color: '#DAB7AE'

red 218 ◦ green 183 ◦ blue 174

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

Shades of Cavern Pink #DAB7AE

Tints of Cavern Pink #DAB7AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.26%

R = 37.91%
G = 31.83%
B = 30.26%

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

#DAB7AE (or 0xDAB7AE) is known color: Cavern Pink. HEX triplet: DA, B7 and AE. RGB value is (218,183,174). Sum of RGB (Red+Green+Blue) = 218+183+174=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB7AE is #254851. Grayscale: #C0C0C0. Windows color (decimal): -2443346 or 11450330. OLE color: 11450330.

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

Color convert

RGB 218 183 174 -
CMYK 0 0.16 0.20 0.15
HSL 12.27º 0.37% 0.77% -
HSV(B) 12.27º 0.2% 0.85% -
XYZ 53.49 51.83 47.23 -
YUV 192.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 218 183 174 0 0.16 0.20 0.15 12.27 0.37 0.77
Hex DA B7 AE 0 10 14 F C 25 4D
Octal 332 267 256 0 20 24 17 14 45 115
Binary 11011010 10110111 10101110 0 10000 10100 1111 1100 100101 1001101

Color Harmonies of #DAB7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB7AE

Black with #DAB7AE

Text Example


Text Example

White with #DAB7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB7AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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