Html Css Color HEX #D6A38D Rose

📋 copy color: '#D6A38D'

red 214 ◦ green 163 ◦ blue 141

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

Shades of Rose #D6A38D

Tints of Rose #D6A38D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.47%

 BLUE value IS 141 (55.47% from 255) = 27.22%

R = 41.31%
G = 31.47%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6A38D (or 0xD6A38D) is known color: Rose. HEX triplet: D6, A3 and 8D. RGB value is (214,163,141). Sum of RGB (Red+Green+Blue) = 214+163+141=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A38D is #295C72. Grayscale: #AFAFAF. Windows color (decimal): -2710643 or 9282518. OLE color: 9282518.

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

Color convert

RGB 214 163 141 -
CMYK 0 0.24 0.34 0.16
HSL 18.08º 0.47% 0.7% -
HSV(B) 18.08º 0.34% 0.84% -
XYZ 45.64 42.41 30.98 -
YUV 175.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 214 163 141 0 0.24 0.34 0.16 18.08 0.47 0.7
Hex D6 A3 8D 0 18 22 10 12 2F 46
Octal 326 243 215 0 30 42 20 22 57 106
Binary 11010110 10100011 10001101 0 11000 100010 10000 10010 101111 1000110

Color Harmonies of #D6A38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A38D

Black with #D6A38D

Text Example


Text Example

White with #D6A38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A38D; }

 p { color: rgb(214,163,141); }

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

background-color css

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

 a { background-color: rgb(214,163,141); }

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

border-color css

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

 span { border-color: rgb(214,163,141); }

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