Html Css Color HEX #DDA68F Rose

📋 copy color: '#DDA68F'

red 221 ◦ green 166 ◦ blue 143

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

Shades of Rose #DDA68F

Tints of Rose #DDA68F

RGB

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

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

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

R = 41.7%
G = 31.32%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDA68F (or 0xDDA68F) is known color: Rose. HEX triplet: DD, A6 and 8F. RGB value is (221,166,143). Sum of RGB (Red+Green+Blue) = 221+166+143=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA68F is #225970. Grayscale: #B3B3B3. Windows color (decimal): -2251121 or 9414365. OLE color: 9414365.

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

Color convert

RGB 221 166 143 -
CMYK 0 0.25 0.35 0.13
HSL 17.69º 0.53% 0.71% -
HSV(B) 17.69º 0.35% 0.87% -
XYZ 48.41 44.63 32.05 -
YUV 179.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 221 166 143 0 0.25 0.35 0.13 17.69 0.53 0.71
Hex DD A6 8F 0 19 23 D 12 35 47
Octal 335 246 217 0 31 43 15 22 65 107
Binary 11011101 10100110 10001111 0 11001 100011 1101 10010 110101 1000111

Color Harmonies of #DDA68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA68F

Black with #DDA68F

Text Example


Text Example

White with #DDA68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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