Html Css Color HEX #D0B69D Cashmere

📋 copy color: '#D0B69D'

red 208 ◦ green 182 ◦ blue 157

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

Shades of Cashmere #D0B69D

Tints of Cashmere #D0B69D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.27%

 BLUE value IS 157 (61.72% from 255) = 28.7%

R = 38.03%
G = 33.27%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0B69D (or 0xD0B69D) is known color: Cashmere. HEX triplet: D0, B6 and 9D. RGB value is (208,182,157). Sum of RGB (Red+Green+Blue) = 208+182+157=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B69D is #2F4962. Grayscale: #BBBBBB. Windows color (decimal): -3098979 or 10335952. OLE color: 10335952.

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

Color convert

RGB 208 182 157 -
CMYK 0 0.12 0.25 0.18
HSL 29.41º 0.35% 0.72% -
HSV(B) 29.41º 0.25% 0.82% -
XYZ 48.83 49.3 38.84 -
YUV 186.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 208 182 157 0 0.12 0.25 0.18 29.41 0.35 0.72
Hex D0 B6 9D 0 C 19 12 1D 23 48
Octal 320 266 235 0 14 31 22 35 43 110
Binary 11010000 10110110 10011101 0 1100 11001 10010 11101 100011 1001000

Color Harmonies of #D0B69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B69D

Black with #D0B69D

Text Example


Text Example

White with #D0B69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B69D; }

 p { color: rgb(208,182,157); }

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

background-color css

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

 a { background-color: rgb(208,182,157); }

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

border-color css

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

 span { border-color: rgb(208,182,157); }

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