Html Css Color HEX #DCAF98 Cashmere

📋 copy color: '#DCAF98'

red 220 ◦ green 175 ◦ blue 152

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

Shades of Cashmere #DCAF98

Tints of Cashmere #DCAF98

RGB

 RED value IS 220 (86.33% from 255) = 40.22%

 GREEN value IS 175 (68.75% from 255) = 31.99%

 BLUE value IS 152 (59.77% from 255) = 27.79%

R = 40.22%
G = 31.99%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCAF98 (or 0xDCAF98) is known color: Cashmere. HEX triplet: DC, AF and 98. RGB value is (220,175,152). Sum of RGB (Red+Green+Blue) = 220+175+152=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF98 is #235067. Grayscale: #B9B9B9. Windows color (decimal): -2314344 or 10006492. OLE color: 10006492.

HSL color Cylindrical-coordinate representation of color #DCAF98: hue angle of 20.29º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAF98 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 152 -
CMYK 0 0.20 0.31 0.14
HSL 20.29º 0.49% 0.73% -
HSV(B) 20.29º 0.31% 0.86% -
XYZ 50.51 48.14 36.34 -
YUV 185.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 220 175 152 0 0.20 0.31 0.14 20.29 0.49 0.73
Hex DC AF 98 0 14 1F E 14 31 49
Octal 334 257 230 0 24 37 16 24 61 111
Binary 11011100 10101111 10011000 0 10100 11111 1110 10100 110001 1001001

Color Harmonies of #DCAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF98

Black with #DCAF98

Text Example


Text Example

White with #DCAF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF98; }

 p { color: rgb(220,175,152); }

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

background-color css

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

 a { background-color: rgb(220,175,152); }

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

border-color css

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

 span { border-color: rgb(220,175,152); }

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