Html Css Color HEX #D0B29C Cashmere

📋 copy color: '#D0B29C'

red 208 ◦ green 178 ◦ blue 156

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

Shades of Cashmere #D0B29C

Tints of Cashmere #D0B29C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.84%

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

R = 38.38%
G = 32.84%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0B29C (or 0xD0B29C) is known color: Cashmere. HEX triplet: D0, B2 and 9C. RGB value is (208,178,156). Sum of RGB (Red+Green+Blue) = 208+178+156=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B29C is #2F4D63. Grayscale: #B8B8B8. Windows color (decimal): -3100004 or 10269392. OLE color: 10269392.

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

Color convert

RGB 208 178 156 -
CMYK 0 0.14 0.25 0.18
HSL 25.38º 0.36% 0.71% -
HSV(B) 25.38º 0.25% 0.82% -
XYZ 47.93 47.65 38.12 -
YUV 184.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 208 178 156 0 0.14 0.25 0.18 25.38 0.36 0.71
Hex D0 B2 9C 0 E 19 12 19 24 47
Octal 320 262 234 0 16 31 22 31 44 107
Binary 11010000 10110010 10011100 0 1110 11001 10010 11001 100100 1000111

Color Harmonies of #D0B29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B29C

Black with #D0B29C

Text Example


Text Example

White with #D0B29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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