Html Css Color HEX #D5A38C Rose

📋 copy color: '#D5A38C'

red 213 ◦ green 163 ◦ blue 140

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

Shades of Rose #D5A38C

Tints of Rose #D5A38C

RGB

 RED value IS 213 (83.59% from 255) = 41.28%

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

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

R = 41.28%
G = 31.59%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5A38C (or 0xD5A38C) is known color: Rose. HEX triplet: D5, A3 and 8C. RGB value is (213,163,140). Sum of RGB (Red+Green+Blue) = 213+163+140=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A38C is #2A5C73. Grayscale: #AFAFAF. Windows color (decimal): -2776180 or 9216981. OLE color: 9216981.

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

Color convert

RGB 213 163 140 -
CMYK 0 0.23 0.34 0.16
HSL 18.9º 0.46% 0.69% -
HSV(B) 18.9º 0.34% 0.84% -
XYZ 45.27 42.23 30.58 -
YUV 175.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 213 163 140 0 0.23 0.34 0.16 18.9 0.46 0.69
Hex D5 A3 8C 0 17 22 10 13 2E 45
Octal 325 243 214 0 27 42 20 23 56 105
Binary 11010101 10100011 10001100 0 10111 100010 10000 10011 101110 1000101

Color Harmonies of #D5A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A38C

Black with #D5A38C

Text Example


Text Example

White with #D5A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A38C; }

 p { color: rgb(213,163,140); }

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

background-color css

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

 a { background-color: rgb(213,163,140); }

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

border-color css

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

 span { border-color: rgb(213,163,140); }

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