Html Css Color HEX #D6A28B Rose

📋 copy color: '#D6A28B'

red 214 ◦ green 162 ◦ blue 139

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

Shades of Rose #D6A28B

Tints of Rose #D6A28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.99%

R = 41.55%
G = 31.46%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6A28B (or 0xD6A28B) is known color: Rose. HEX triplet: D6, A2 and 8B. RGB value is (214,162,139). Sum of RGB (Red+Green+Blue) = 214+162+139=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A28B is #295D74. Grayscale: #AFAFAF. Windows color (decimal): -2710901 or 9151190. OLE color: 9151190.

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

Color convert

RGB 214 162 139 -
CMYK 0 0.24 0.35 0.16
HSL 18.4º 0.48% 0.69% -
HSV(B) 18.4º 0.35% 0.84% -
XYZ 45.31 42 30.14 -
YUV 174.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 214 162 139 0 0.24 0.35 0.16 18.4 0.48 0.69
Hex D6 A2 8B 0 18 23 10 12 30 45
Octal 326 242 213 0 30 43 20 22 60 105
Binary 11010110 10100010 10001011 0 11000 100011 10000 10010 110000 1000101

Color Harmonies of #D6A28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A28B

Black with #D6A28B

Text Example


Text Example

White with #D6A28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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