Html Css Color HEX #D6A08A Rose

📋 copy color: '#D6A08A'

red 214 ◦ green 160 ◦ blue 138

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

Shades of Rose #D6A08A

Tints of Rose #D6A08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 41.8%
G = 31.25%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6A08A (or 0xD6A08A) is known color: Rose. HEX triplet: D6, A0 and 8A. RGB value is (214,160,138). Sum of RGB (Red+Green+Blue) = 214+160+138=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A08A is #295F75. Grayscale: #ADADAD. Windows color (decimal): -2711414 or 9085142. OLE color: 9085142.

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

Color convert

RGB 214 160 138 -
CMYK 0 0.25 0.36 0.16
HSL 17.37º 0.48% 0.69% -
HSV(B) 17.37º 0.36% 0.84% -
XYZ 44.89 41.27 29.65 -
YUV 173.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 214 160 138 0 0.25 0.36 0.16 17.37 0.48 0.69
Hex D6 A0 8A 0 19 24 10 11 30 45
Octal 326 240 212 0 31 44 20 21 60 105
Binary 11010110 10100000 10001010 0 11001 100100 10000 10001 110000 1000101

Color Harmonies of #D6A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A08A

Black with #D6A08A

Text Example


Text Example

White with #D6A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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