Html Css Color HEX #DDC7A5 Raffia

📋 copy color: '#DDC7A5'

red 221 ◦ green 199 ◦ blue 165

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

Shades of Raffia #DDC7A5

Tints of Raffia #DDC7A5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.02%

 BLUE value IS 165 (64.84% from 255) = 28.21%

R = 37.78%
G = 34.02%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDC7A5 (or 0xDDC7A5) is known color: Raffia. HEX triplet: DD, C7 and A5. RGB value is (221,199,165). Sum of RGB (Red+Green+Blue) = 221+199+165=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC7A5 is #22385A. Grayscale: #C9C9C9. Windows color (decimal): -2242651 or 10864605. OLE color: 10864605.

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

Color convert

RGB 221 199 165 -
CMYK 0 0.10 0.25 0.13
HSL 36.43º 0.45% 0.76% -
HSV(B) 36.43º 0.25% 0.87% -
XYZ 57.03 58.94 43.97 -
YUV 201.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 221 199 165 0 0.10 0.25 0.13 36.43 0.45 0.76
Hex DD C7 A5 0 A 19 D 24 2D 4C
Octal 335 307 245 0 12 31 15 44 55 114
Binary 11011101 11000111 10100101 0 1010 11001 1101 100100 101101 1001100

Color Harmonies of #DDC7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC7A5

Black with #DDC7A5

Text Example


Text Example

White with #DDC7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC7A5; }

 p { color: rgb(221,199,165); }

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

background-color css

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

 a { background-color: rgb(221,199,165); }

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

border-color css

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

 span { border-color: rgb(221,199,165); }

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