Html Css Color HEX #D0B494 Cashmere

📋 copy color: '#D0B494'

red 208 ◦ green 180 ◦ blue 148

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

Shades of Cashmere #D0B494

Tints of Cashmere #D0B494

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.58%

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

R = 38.81%
G = 33.58%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D0B494 (or 0xD0B494) is known color: Cashmere. HEX triplet: D0, B4 and 94. RGB value is (208,180,148). Sum of RGB (Red+Green+Blue) = 208+180+148=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B494 is #2F4B6B. Grayscale: #B8B8B8. Windows color (decimal): -3099500 or 9745616. OLE color: 9745616.

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

Color convert

RGB 208 180 148 -
CMYK 0 0.13 0.29 0.18
HSL 32º 0.39% 0.7% -
HSV(B) 32º 0.29% 0.82% -
XYZ 47.68 48.19 34.81 -
YUV 184.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 208 180 148 0 0.13 0.29 0.18 32 0.39 0.7
Hex D0 B4 94 0 D 1D 12 20 27 46
Octal 320 264 224 0 15 35 22 40 47 106
Binary 11010000 10110100 10010100 0 1101 11101 10010 100000 100111 1000110

Color Harmonies of #D0B494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B494

Black with #D0B494

Text Example


Text Example

White with #D0B494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B494; }

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

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

background-color css

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

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

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

border-color css

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

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

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