Html Css Color HEX #D59C8A Rose

📋 copy color: '#D59C8A'

red 213 ◦ green 156 ◦ blue 138

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

Shades of Rose #D59C8A

Tints of Rose #D59C8A

RGB

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

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

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

R = 42.01%
G = 30.77%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D59C8A (or 0xD59C8A) is known color: Rose. HEX triplet: D5, 9C and 8A. RGB value is (213,156,138). Sum of RGB (Red+Green+Blue) = 213+156+138=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C8A is #2A6375. Grayscale: #ABABAB. Windows color (decimal): -2777974 or 9084117. OLE color: 9084117.

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

Color convert

RGB 213 156 138 -
CMYK 0 0.27 0.35 0.16
HSL 14.4º 0.47% 0.69% -
HSV(B) 14.4º 0.35% 0.84% -
XYZ 43.92 39.76 29.4 -
YUV 170.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 213 156 138 0 0.27 0.35 0.16 14.4 0.47 0.69
Hex D5 9C 8A 0 1B 23 10 E 2F 45
Octal 325 234 212 0 33 43 20 16 57 105
Binary 11010101 10011100 10001010 0 11011 100011 10000 1110 101111 1000101

Color Harmonies of #D59C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C8A

Black with #D59C8A

Text Example


Text Example

White with #D59C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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