Html Css Color HEX #DDA38F Rose

📋 copy color: '#DDA38F'

red 221 ◦ green 163 ◦ blue 143

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

Shades of Rose #DDA38F

Tints of Rose #DDA38F

RGB

 RED value IS 221 (86.72% from 255) = 41.94%

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

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

R = 41.94%
G = 30.93%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDA38F (or 0xDDA38F) is known color: Rose. HEX triplet: DD, A3 and 8F. RGB value is (221,163,143). Sum of RGB (Red+Green+Blue) = 221+163+143=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA38F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA38F is #225C70. Grayscale: #B2B2B2. Windows color (decimal): -2251889 or 9413597. OLE color: 9413597.

HSL color Cylindrical-coordinate representation of color #DDA38F: hue angle of 15.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDA38F is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 163 143 -
CMYK 0 0.26 0.35 0.13
HSL 15.38º 0.53% 0.71% -
HSV(B) 15.38º 0.35% 0.87% -
XYZ 47.87 43.55 31.87 -
YUV 178.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 221 163 143 0 0.26 0.35 0.13 15.38 0.53 0.71
Hex DD A3 8F 0 1A 23 D F 35 47
Octal 335 243 217 0 32 43 15 17 65 107
Binary 11011101 10100011 10001111 0 11010 100011 1101 1111 110101 1000111

Color Harmonies of #DDA38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA38F

Black with #DDA38F

Text Example


Text Example

White with #DDA38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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