Html Css Color HEX #DDA68E Rose

📋 copy color: '#DDA68E'

red 221 ◦ green 166 ◦ blue 142

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

Shades of Rose #DDA68E

Tints of Rose #DDA68E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.38%

 BLUE value IS 142 (55.86% from 255) = 26.84%

R = 41.78%
G = 31.38%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDA68E (or 0xDDA68E) is known color: Rose. HEX triplet: DD, A6 and 8E. RGB value is (221,166,142). Sum of RGB (Red+Green+Blue) = 221+166+142=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA68E is #225971. Grayscale: #B3B3B3. Windows color (decimal): -2251122 or 9348829. OLE color: 9348829.

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

Color convert

RGB 221 166 142 -
CMYK 0 0.25 0.36 0.13
HSL 18.23º 0.54% 0.71% -
HSV(B) 18.23º 0.36% 0.87% -
XYZ 48.34 44.6 31.65 -
YUV 179.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 221 166 142 0 0.25 0.36 0.13 18.23 0.54 0.71
Hex DD A6 8E 0 19 24 D 12 36 47
Octal 335 246 216 0 31 44 15 22 66 107
Binary 11011101 10100110 10001110 0 11001 100100 1101 10010 110110 1000111

Color Harmonies of #DDA68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA68E

Black with #DDA68E

Text Example


Text Example

White with #DDA68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA68E; }

 p { color: rgb(221,166,142); }

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

background-color css

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

 a { background-color: rgb(221,166,142); }

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

border-color css

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

 span { border-color: rgb(221,166,142); }

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