Html Css Color HEX #D6A28C Rose

📋 copy color: '#D6A28C'

red 214 ◦ green 162 ◦ blue 140

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

Shades of Rose #D6A28C

Tints of Rose #D6A28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.13%

R = 41.47%
G = 31.4%
B = 27.13%

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

#D6A28C (or 0xD6A28C) is known color: Rose. HEX triplet: D6, A2 and 8C. RGB value is (214,162,140). Sum of RGB (Red+Green+Blue) = 214+162+140=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A28C is #295D73. Grayscale: #AFAFAF. Windows color (decimal): -2710900 or 9216726. OLE color: 9216726.

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

Color convert

RGB 214 162 140 -
CMYK 0 0.24 0.35 0.16
HSL 17.84º 0.47% 0.69% -
HSV(B) 17.84º 0.35% 0.84% -
XYZ 45.39 42.03 30.53 -
YUV 175.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 214 162 140 0 0.24 0.35 0.16 17.84 0.47 0.69
Hex D6 A2 8C 0 18 23 10 12 2F 45
Octal 326 242 214 0 30 43 20 22 57 105
Binary 11010110 10100010 10001100 0 11000 100011 10000 10010 101111 1000101

Color Harmonies of #D6A28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A28C

Black with #D6A28C

Text Example


Text Example

White with #D6A28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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