Html Css Color HEX #D6A08C Rose

📋 copy color: '#D6A08C'

red 214 ◦ green 160 ◦ blue 140

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

Shades of Rose #D6A08C

Tints of Rose #D6A08C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.13%

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 41.63%
G = 31.13%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6A08C (or 0xD6A08C) is known color: Rose. HEX triplet: D6, A0 and 8C. RGB value is (214,160,140). Sum of RGB (Red+Green+Blue) = 214+160+140=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A08C is #295F73. Grayscale: #AEAEAE. Windows color (decimal): -2711412 or 9216214. OLE color: 9216214.

HSL color Cylindrical-coordinate representation of color #D6A08C: hue angle of 16.22º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6A08C is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 140 -
CMYK 0 0.25 0.35 0.16
HSL 16.22º 0.47% 0.69% -
HSV(B) 16.22º 0.35% 0.84% -
XYZ 45.04 41.33 30.42 -
YUV 173.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 214 160 140 0 0.25 0.35 0.16 16.22 0.47 0.69
Hex D6 A0 8C 0 19 23 10 10 2F 45
Octal 326 240 214 0 31 43 20 20 57 105
Binary 11010110 10100000 10001100 0 11001 100011 10000 10000 101111 1000101

Color Harmonies of #D6A08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A08C

Black with #D6A08C

Text Example


Text Example

White with #D6A08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A08C; }

 p { color: rgb(214,160,140); }

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

background-color css

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

 a { background-color: rgb(214,160,140); }

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

border-color css

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

 span { border-color: rgb(214,160,140); }

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