Html Css Color HEX #D6A098 Rose

📋 copy color: '#D6A098'

red 214 ◦ green 160 ◦ blue 152

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

Shades of Rose #D6A098

Tints of Rose #D6A098

RGB

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

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

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

R = 40.68%
G = 30.42%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6A098 (or 0xD6A098) is known color: Rose. HEX triplet: D6, A0 and 98. RGB value is (214,160,152). Sum of RGB (Red+Green+Blue) = 214+160+152=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A098 is #295F67. Grayscale: #AFAFAF. Windows color (decimal): -2711400 or 10002646. OLE color: 10002646.

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

Color convert

RGB 214 160 152 -
CMYK 0 0.25 0.29 0.16
HSL 7.74º 0.43% 0.72% -
HSV(B) 7.74º 0.29% 0.84% -
XYZ 45.97 41.7 35.33 -
YUV 175.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 214 160 152 0 0.25 0.29 0.16 7.74 0.43 0.72
Hex D6 A0 98 0 19 1D 10 8 2B 48
Octal 326 240 230 0 31 35 20 10 53 110
Binary 11010110 10100000 10011000 0 11001 11101 10000 1000 101011 1001000

Color Harmonies of #D6A098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A098

Black with #D6A098

Text Example


Text Example

White with #D6A098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A098; }

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

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

background-color css

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

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

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

border-color css

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

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

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