Html Css Color HEX #DFB8AF Cavern Pink

📋 copy color: '#DFB8AF'

red 223 ◦ green 184 ◦ blue 175

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

Shades of Cavern Pink #DFB8AF

Tints of Cavern Pink #DFB8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.62%

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

R = 38.32%
G = 31.62%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFB8AF (or 0xDFB8AF) is known color: Cavern Pink. HEX triplet: DF, B8 and AF. RGB value is (223,184,175). Sum of RGB (Red+Green+Blue) = 223+184+175=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB8AF is #204750. Grayscale: #C2C2C2. Windows color (decimal): -2115409 or 11516127. OLE color: 11516127.

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

Color convert

RGB 223 184 175 -
CMYK 0 0.17 0.22 0.13
HSL 11.25º 0.43% 0.78% -
HSV(B) 11.25º 0.22% 0.87% -
XYZ 55.31 53.06 47.88 -
YUV 194.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 223 184 175 0 0.17 0.22 0.13 11.25 0.43 0.78
Hex DF B8 AF 0 11 16 D B 2B 4E
Octal 337 270 257 0 21 26 15 13 53 116
Binary 11011111 10111000 10101111 0 10001 10110 1101 1011 101011 1001110

Color Harmonies of #DFB8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB8AF

Black with #DFB8AF

Text Example


Text Example

White with #DFB8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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