Html Css Color HEX #D6B298 Cashmere

📋 copy color: '#D6B298'

red 214 ◦ green 178 ◦ blue 152

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

Shades of Cashmere #D6B298

Tints of Cashmere #D6B298

RGB

 RED value IS 214 (83.98% from 255) = 39.34%

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

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

R = 39.34%
G = 32.72%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6B298 (or 0xD6B298) is known color: Cashmere. HEX triplet: D6, B2 and 98. RGB value is (214,178,152). Sum of RGB (Red+Green+Blue) = 214+178+152=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B298 is #294D67. Grayscale: #B9B9B9. Windows color (decimal): -2706792 or 10007254. OLE color: 10007254.

HSL color Cylindrical-coordinate representation of color #D6B298: hue angle of 25.16º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B298 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 152 -
CMYK 0 0.17 0.29 0.16
HSL 25.16º 0.43% 0.72% -
HSV(B) 25.16º 0.29% 0.84% -
XYZ 49.32 48.4 36.45 -
YUV 185.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 214 178 152 0 0.17 0.29 0.16 25.16 0.43 0.72
Hex D6 B2 98 0 11 1D 10 19 2B 48
Octal 326 262 230 0 21 35 20 31 53 110
Binary 11010110 10110010 10011000 0 10001 11101 10000 11001 101011 1001000

Color Harmonies of #D6B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B298

Black with #D6B298

Text Example


Text Example

White with #D6B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B298; }

 p { color: rgb(214,178,152); }

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

background-color css

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

 a { background-color: rgb(214,178,152); }

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

border-color css

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

 span { border-color: rgb(214,178,152); }

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