Html Css Color HEX #D6A29B Rose

📋 copy color: '#D6A29B'

red 214 ◦ green 162 ◦ blue 155

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

Shades of Rose #D6A29B

Tints of Rose #D6A29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.19%

R = 40.3%
G = 30.51%
B = 29.19%

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

#D6A29B (or 0xD6A29B) is known color: Rose. HEX triplet: D6, A2 and 9B. RGB value is (214,162,155). Sum of RGB (Red+Green+Blue) = 214+162+155=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A29B is #295D64. Grayscale: #B0B0B0. Windows color (decimal): -2710885 or 10199766. OLE color: 10199766.

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

Color convert

RGB 214 162 155 -
CMYK 0 0.24 0.28 0.16
HSL 7.12º 0.42% 0.72% -
HSV(B) 7.12º 0.28% 0.84% -
XYZ 46.57 42.5 36.76 -
YUV 176.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 214 162 155 0 0.24 0.28 0.16 7.12 0.42 0.72
Hex D6 A2 9B 0 18 1C 10 7 2A 48
Octal 326 242 233 0 30 34 20 7 52 110
Binary 11010110 10100010 10011011 0 11000 11100 10000 111 101010 1001000

Color Harmonies of #D6A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A29B

Black with #D6A29B

Text Example


Text Example

White with #D6A29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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