Html Css Color HEX #D0A38F Rose

📋 copy color: '#D0A38F'

red 208 ◦ green 163 ◦ blue 143

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

Shades of Rose #D0A38F

Tints of Rose #D0A38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.82%

R = 40.47%
G = 31.71%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0A38F (or 0xD0A38F) is known color: Rose. HEX triplet: D0, A3 and 8F. RGB value is (208,163,143). Sum of RGB (Red+Green+Blue) = 208+163+143=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A38F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A38F is #2F5C70. Grayscale: #AEAEAE. Windows color (decimal): -3103857 or 9413584. OLE color: 9413584.

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

Color convert

RGB 208 163 143 -
CMYK 0 0.22 0.31 0.18
HSL 18.46º 0.41% 0.69% -
HSV(B) 18.46º 0.31% 0.82% -
XYZ 44.07 41.59 31.69 -
YUV 174.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 208 163 143 0 0.22 0.31 0.18 18.46 0.41 0.69
Hex D0 A3 8F 0 16 1F 12 12 29 45
Octal 320 243 217 0 26 37 22 22 51 105
Binary 11010000 10100011 10001111 0 10110 11111 10010 10010 101001 1000101

Color Harmonies of #D0A38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A38F

Black with #D0A38F

Text Example


Text Example

White with #D0A38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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