Html Css Color HEX #DFB0AF Cavern Pink

📋 copy color: '#DFB0AF'

red 223 ◦ green 176 ◦ blue 175

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

Shades of Cavern Pink #DFB0AF

Tints of Cavern Pink #DFB0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.66%

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

R = 38.85%
G = 30.66%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFB0AF (or 0xDFB0AF) is known color: Cavern Pink. HEX triplet: DF, B0 and AF. RGB value is (223,176,175). Sum of RGB (Red+Green+Blue) = 223+176+175=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB0AF is #204F50. Grayscale: #BDBDBD. Windows color (decimal): -2117457 or 11514079. OLE color: 11514079.

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

Color convert

RGB 223 176 175 -
CMYK 0 0.21 0.22 0.13
HSL 1.25º 0.43% 0.78% -
HSV(B) 1.25º 0.22% 0.87% -
XYZ 53.69 49.83 47.35 -
YUV 189.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 223 176 175 0 0.21 0.22 0.13 1.25 0.43 0.78
Hex DF B0 AF 0 15 16 D 1 2B 4E
Octal 337 260 257 0 25 26 15 1 53 116
Binary 11011111 10110000 10101111 0 10101 10110 1101 1 101011 1001110

Color Harmonies of #DFB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0AF

Black with #DFB0AF

Text Example


Text Example

White with #DFB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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