Html Css Color HEX #D0B198 Cashmere

📋 copy color: '#D0B198'

red 208 ◦ green 177 ◦ blue 152

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

Shades of Cashmere #D0B198

Tints of Cashmere #D0B198

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.96%

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

R = 38.73%
G = 32.96%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D0B198 (or 0xD0B198) is known color: Cashmere. HEX triplet: D0, B1 and 98. RGB value is (208,177,152). Sum of RGB (Red+Green+Blue) = 208+177+152=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B198 is #2F4E67. Grayscale: #B7B7B7. Windows color (decimal): -3100264 or 10006992. OLE color: 10006992.

HSL color Cylindrical-coordinate representation of color #D0B198: hue angle of 26.79º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0B198 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 177 152 -
CMYK 0 0.15 0.27 0.18
HSL 26.79º 0.37% 0.71% -
HSV(B) 26.79º 0.27% 0.82% -
XYZ 47.4 47.12 36.3 -
YUV 183.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 208 177 152 0 0.15 0.27 0.18 26.79 0.37 0.71
Hex D0 B1 98 0 F 1B 12 1B 25 47
Octal 320 261 230 0 17 33 22 33 45 107
Binary 11010000 10110001 10011000 0 1111 11011 10010 11011 100101 1000111

Color Harmonies of #D0B198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B198

Black with #D0B198

Text Example


Text Example

White with #D0B198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B198; }

 p { color: rgb(208,177,152); }

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

background-color css

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

 a { background-color: rgb(208,177,152); }

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

border-color css

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

 span { border-color: rgb(208,177,152); }

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