Html Css Color HEX #D0B19C Cashmere

📋 copy color: '#D0B19C'

red 208 ◦ green 177 ◦ blue 156

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

Shades of Cashmere #D0B19C

Tints of Cashmere #D0B19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.84%

R = 38.45%
G = 32.72%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0B19C (or 0xD0B19C) is known color: Cashmere. HEX triplet: D0, B1 and 9C. RGB value is (208,177,156). Sum of RGB (Red+Green+Blue) = 208+177+156=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B19C is #2F4E63. Grayscale: #B7B7B7. Windows color (decimal): -3100260 or 10269136. OLE color: 10269136.

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

Color convert

RGB 208 177 156 -
CMYK 0 0.15 0.25 0.18
HSL 24.23º 0.36% 0.71% -
HSV(B) 24.23º 0.25% 0.82% -
XYZ 47.74 47.25 38.06 -
YUV 183.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 208 177 156 0 0.15 0.25 0.18 24.23 0.36 0.71
Hex D0 B1 9C 0 F 19 12 18 24 47
Octal 320 261 234 0 17 31 22 30 44 107
Binary 11010000 10110001 10011100 0 1111 11001 10010 11000 100100 1000111

Color Harmonies of #D0B19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B19C

Black with #D0B19C

Text Example


Text Example

White with #D0B19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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