Html Css Color HEX #D0A38D Rose

📋 copy color: '#D0A38D'

red 208 ◦ green 163 ◦ blue 141

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

Shades of Rose #D0A38D

Tints of Rose #D0A38D

RGB

 RED value IS 208 (81.64% from 255) = 40.63%

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

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

R = 40.63%
G = 31.84%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0A38D (or 0xD0A38D) is known color: Rose. HEX triplet: D0, A3 and 8D. RGB value is (208,163,141). Sum of RGB (Red+Green+Blue) = 208+163+141=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A38D is #2F5C72. Grayscale: #AEAEAE. Windows color (decimal): -3103859 or 9282512. OLE color: 9282512.

HSL color Cylindrical-coordinate representation of color #D0A38D: hue angle of 19.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A38D is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 163 141 -
CMYK 0 0.22 0.32 0.18
HSL 19.7º 0.42% 0.68% -
HSV(B) 19.7º 0.32% 0.82% -
XYZ 43.92 41.53 30.9 -
YUV 173.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 208 163 141 0 0.22 0.32 0.18 19.7 0.42 0.68
Hex D0 A3 8D 0 16 20 12 14 2A 44
Octal 320 243 215 0 26 40 22 24 52 104
Binary 11010000 10100011 10001101 0 10110 100000 10010 10100 101010 1000100

Color Harmonies of #D0A38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A38D

Black with #D0A38D

Text Example


Text Example

White with #D0A38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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