Html Css Color HEX #DCAF94 Cashmere

📋 copy color: '#DCAF94'

red 220 ◦ green 175 ◦ blue 148

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

Shades of Cashmere #DCAF94

Tints of Cashmere #DCAF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.26%

R = 40.52%
G = 32.23%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCAF94 (or 0xDCAF94) is known color: Cashmere. HEX triplet: DC, AF and 94. RGB value is (220,175,148). Sum of RGB (Red+Green+Blue) = 220+175+148=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF94 is #23506B. Grayscale: #B9B9B9. Windows color (decimal): -2314348 or 9744348. OLE color: 9744348.

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

Color convert

RGB 220 175 148 -
CMYK 0 0.20 0.33 0.14
HSL 22.5º 0.51% 0.72% -
HSV(B) 22.5º 0.33% 0.86% -
XYZ 50.19 48.01 34.64 -
YUV 185.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 220 175 148 0 0.20 0.33 0.14 22.5 0.51 0.72
Hex DC AF 94 0 14 21 E 16 33 48
Octal 334 257 224 0 24 41 16 26 63 110
Binary 11011100 10101111 10010100 0 10100 100001 1110 10110 110011 1001000

Color Harmonies of #DCAF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF94

Black with #DCAF94

Text Example


Text Example

White with #DCAF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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