Html Css Color HEX #D39C8A Rose

📋 copy color: '#D39C8A'

red 211 ◦ green 156 ◦ blue 138

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

Shades of Rose #D39C8A

Tints of Rose #D39C8A

RGB

 RED value IS 211 (82.81% from 255) = 41.78%

 GREEN value IS 156 (61.33% from 255) = 30.89%

 BLUE value IS 138 (54.3% from 255) = 27.33%

R = 41.78%
G = 30.89%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D39C8A (or 0xD39C8A) is known color: Rose. HEX triplet: D3, 9C and 8A. RGB value is (211,156,138). Sum of RGB (Red+Green+Blue) = 211+156+138=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39C8A is #2C6375. Grayscale: #AAAAAA. Windows color (decimal): -2909046 or 9084115. OLE color: 9084115.

HSL color Cylindrical-coordinate representation of color #D39C8A: hue angle of 14.79º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D39C8A is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 156 138 -
CMYK 0 0.26 0.35 0.17
HSL 14.79º 0.45% 0.68% -
HSV(B) 14.79º 0.35% 0.83% -
XYZ 43.34 39.46 29.38 -
YUV 170.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 211 156 138 0 0.26 0.35 0.17 14.79 0.45 0.68
Hex D3 9C 8A 0 1A 23 11 F 2D 44
Octal 323 234 212 0 32 43 21 17 55 104
Binary 11010011 10011100 10001010 0 11010 100011 10001 1111 101101 1000100

Color Harmonies of #D39C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39C8A

Black with #D39C8A

Text Example


Text Example

White with #D39C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39C8A; }

 p { color: rgb(211,156,138); }

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

background-color css

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

 a { background-color: rgb(211,156,138); }

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

border-color css

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

 span { border-color: rgb(211,156,138); }

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