Html Css Color HEX #DFB5AF Cavern Pink

📋 copy color: '#DFB5AF'

red 223 ◦ green 181 ◦ blue 175

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

Shades of Cavern Pink #DFB5AF

Tints of Cavern Pink #DFB5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.26%

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

R = 38.51%
G = 31.26%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFB5AF (or 0xDFB5AF) is known color: Cavern Pink. HEX triplet: DF, B5 and AF. RGB value is (223,181,175). Sum of RGB (Red+Green+Blue) = 223+181+175=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB5AF is #204A50. Grayscale: #C0C0C0. Windows color (decimal): -2116177 or 11515359. OLE color: 11515359.

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

Color convert

RGB 223 181 175 -
CMYK 0 0.19 0.22 0.13
HSL 7.5º 0.43% 0.78% -
HSV(B) 7.5º 0.22% 0.87% -
XYZ 54.69 51.83 47.68 -
YUV 192.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 223 181 175 0 0.19 0.22 0.13 7.5 0.43 0.78
Hex DF B5 AF 0 13 16 D 8 2B 4E
Octal 337 265 257 0 23 26 15 10 53 116
Binary 11011111 10110101 10101111 0 10011 10110 1101 1000 101011 1001110

Color Harmonies of #DFB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB5AF

Black with #DFB5AF

Text Example


Text Example

White with #DFB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB5AF; }

 p { color: rgb(223,181,175); }

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

background-color css

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

 a { background-color: rgb(223,181,175); }

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

border-color css

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

 span { border-color: rgb(223,181,175); }

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