Html Css Color HEX #D2A38F Rose

📋 copy color: '#D2A38F'

red 210 ◦ green 163 ◦ blue 143

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

Shades of Rose #D2A38F

Tints of Rose #D2A38F

RGB

 RED value IS 210 (82.42% from 255) = 40.7%

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

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

R = 40.7%
G = 31.59%
B = 27.71%

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

#D2A38F (or 0xD2A38F) is known color: Rose. HEX triplet: D2, A3 and 8F. RGB value is (210,163,143). Sum of RGB (Red+Green+Blue) = 210+163+143=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A38F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A38F is #2D5C70. Grayscale: #AEAEAE. Windows color (decimal): -2972785 or 9413586. OLE color: 9413586.

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

Color convert

RGB 210 163 143 -
CMYK 0 0.22 0.32 0.18
HSL 17.91º 0.43% 0.69% -
HSV(B) 17.91º 0.32% 0.82% -
XYZ 44.63 41.88 31.72 -
YUV 174.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 210 163 143 0 0.22 0.32 0.18 17.91 0.43 0.69
Hex D2 A3 8F 0 16 20 12 12 2B 45
Octal 322 243 217 0 26 40 22 22 53 105
Binary 11010010 10100011 10001111 0 10110 100000 10010 10010 101011 1000101

Color Harmonies of #D2A38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A38F

Black with #D2A38F

Text Example


Text Example

White with #D2A38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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