Html Css Color HEX #D0AD94 Cashmere

📋 copy color: '#D0AD94'

red 208 ◦ green 173 ◦ blue 148

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

Shades of Cashmere #D0AD94

Tints of Cashmere #D0AD94

RGB

 RED value IS 208 (81.64% from 255) = 39.32%

 GREEN value IS 173 (67.97% from 255) = 32.7%

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

R = 39.32%
G = 32.7%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D0AD94 (or 0xD0AD94) is known color: Cashmere. HEX triplet: D0, AD and 94. RGB value is (208,173,148). Sum of RGB (Red+Green+Blue) = 208+173+148=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD94 is #2F526B. Grayscale: #B4B4B4. Windows color (decimal): -3101292 or 9743824. OLE color: 9743824.

HSL color Cylindrical-coordinate representation of color #D0AD94: hue angle of 25º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0AD94 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 148 -
CMYK 0 0.17 0.29 0.18
HSL 25º 0.39% 0.7% -
HSV(B) 25º 0.29% 0.82% -
XYZ 46.3 45.44 34.35 -
YUV 180.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 208 173 148 0 0.17 0.29 0.18 25 0.39 0.7
Hex D0 AD 94 0 11 1D 12 19 27 46
Octal 320 255 224 0 21 35 22 31 47 106
Binary 11010000 10101101 10010100 0 10001 11101 10010 11001 100111 1000110

Color Harmonies of #D0AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD94

Black with #D0AD94

Text Example


Text Example

White with #D0AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD94; }

 p { color: rgb(208,173,148); }

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

background-color css

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

 a { background-color: rgb(208,173,148); }

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

border-color css

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

 span { border-color: rgb(208,173,148); }

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