Html Css Color HEX #D6A29A Rose

📋 copy color: '#D6A29A'

red 214 ◦ green 162 ◦ blue 154

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

Shades of Rose #D6A29A

Tints of Rose #D6A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.57%

 BLUE value IS 154 (60.55% from 255) = 29.06%

R = 40.38%
G = 30.57%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6A29A (or 0xD6A29A) is known color: Rose. HEX triplet: D6, A2 and 9A. RGB value is (214,162,154). Sum of RGB (Red+Green+Blue) = 214+162+154=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A29A is #295D65. Grayscale: #B0B0B0. Windows color (decimal): -2710886 or 10134230. OLE color: 10134230.

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

Color convert

RGB 214 162 154 -
CMYK 0 0.24 0.28 0.16
HSL 0.42% 0.72% -
HSV(B) 0.28% 0.84% -
XYZ 46.48 42.47 36.32 -
YUV 176.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 214 162 154 0 0.24 0.28 0.16 8 0.42 0.72
Hex D6 A2 9A 0 18 1C 10 8 2A 48
Octal 326 242 232 0 30 34 20 10 52 110
Binary 11010110 10100010 10011010 0 11000 11100 10000 1000 101010 1001000

Color Harmonies of #D6A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A29A

Black with #D6A29A

Text Example


Text Example

White with #D6A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A29A; }

 p { color: rgb(214,162,154); }

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

background-color css

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

 a { background-color: rgb(214,162,154); }

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

border-color css

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

 span { border-color: rgb(214,162,154); }

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