Html Css Color HEX #DDA28F Rose

📋 copy color: '#DDA28F'

red 221 ◦ green 162 ◦ blue 143

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

Shades of Rose #DDA28F

Tints of Rose #DDA28F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.8%

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

R = 42.02%
G = 30.8%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDA28F (or 0xDDA28F) is known color: Rose. HEX triplet: DD, A2 and 8F. RGB value is (221,162,143). Sum of RGB (Red+Green+Blue) = 221+162+143=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA28F is #225D70. Grayscale: #B1B1B1. Windows color (decimal): -2252145 or 9413341. OLE color: 9413341.

HSL color Cylindrical-coordinate representation of color #DDA28F: hue angle of 14.62º 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 #DDA28F is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 143 -
CMYK 0 0.27 0.35 0.13
HSL 14.62º 0.53% 0.71% -
HSV(B) 14.62º 0.35% 0.87% -
XYZ 47.7 43.2 31.81 -
YUV 177.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 221 162 143 0 0.27 0.35 0.13 14.62 0.53 0.71
Hex DD A2 8F 0 1B 23 D F 35 47
Octal 335 242 217 0 33 43 15 17 65 107
Binary 11011101 10100010 10001111 0 11011 100011 1101 1111 110101 1000111

Color Harmonies of #DDA28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA28F

Black with #DDA28F

Text Example


Text Example

White with #DDA28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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