Html Css Color HEX #DFB7AE Cavern Pink

📋 copy color: '#DFB7AE'

red 223 ◦ green 183 ◦ blue 174

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

Shades of Cavern Pink #DFB7AE

Tints of Cavern Pink #DFB7AE

RGB

 RED value IS 223 (87.5% from 255) = 38.45%

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

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

R = 38.45%
G = 31.55%
B = 30%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFB7AE (or 0xDFB7AE) is known color: Cavern Pink. HEX triplet: DF, B7 and AE. RGB value is (223,183,174). Sum of RGB (Red+Green+Blue) = 223+183+174=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB7AE is #204851. Grayscale: #C2C2C2. Windows color (decimal): -2115666 or 11450335. OLE color: 11450335.

HSL color Cylindrical-coordinate representation of color #DFB7AE: hue angle of 11.02º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB7AE is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 183 174 -
CMYK 0 0.18 0.22 0.13
HSL 11.02º 0.43% 0.78% -
HSV(B) 11.02º 0.22% 0.87% -
XYZ 55 52.61 47.3 -
YUV 193.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 223 183 174 0 0.18 0.22 0.13 11.02 0.43 0.78
Hex DF B7 AE 0 12 16 D B 2B 4E
Octal 337 267 256 0 22 26 15 13 53 116
Binary 11011111 10110111 10101110 0 10010 10110 1101 1011 101011 1001110

Color Harmonies of #DFB7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB7AE

Black with #DFB7AE

Text Example


Text Example

White with #DFB7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB7AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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