Html Css Color HEX #D6A28A Rose

📋 copy color: '#D6A28A'

red 214 ◦ green 162 ◦ blue 138

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

Shades of Rose #D6A28A

Tints of Rose #D6A28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 41.63%
G = 31.52%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6A28A (or 0xD6A28A) is known color: Rose. HEX triplet: D6, A2 and 8A. RGB value is (214,162,138). Sum of RGB (Red+Green+Blue) = 214+162+138=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A28A is #295D75. Grayscale: #AEAEAE. Windows color (decimal): -2710902 or 9085654. OLE color: 9085654.

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

Color convert

RGB 214 162 138 -
CMYK 0 0.24 0.36 0.16
HSL 18.95º 0.48% 0.69% -
HSV(B) 18.95º 0.36% 0.84% -
XYZ 45.24 41.97 29.76 -
YUV 174.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 214 162 138 0 0.24 0.36 0.16 18.95 0.48 0.69
Hex D6 A2 8A 0 18 24 10 13 30 45
Octal 326 242 212 0 30 44 20 23 60 105
Binary 11010110 10100010 10001010 0 11000 100100 10000 10011 110000 1000101

Color Harmonies of #D6A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A28A

Black with #D6A28A

Text Example


Text Example

White with #D6A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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