Html Css Color HEX #DDC69A Raffia

📋 copy color: '#DDC69A'

red 221 ◦ green 198 ◦ blue 154

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

Shades of Raffia #DDC69A

Tints of Raffia #DDC69A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.55%

 BLUE value IS 154 (60.55% from 255) = 26.88%

R = 38.57%
G = 34.55%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDC69A (or 0xDDC69A) is known color: Raffia. HEX triplet: DD, C6 and 9A. RGB value is (221,198,154). Sum of RGB (Red+Green+Blue) = 221+198+154=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC69A is #223965. Grayscale: #C8C8C8. Windows color (decimal): -2242918 or 10143453. OLE color: 10143453.

HSL color Cylindrical-coordinate representation of color #DDC69A: hue angle of 39.4º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDC69A is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 198 154 -
CMYK 0 0.10 0.30 0.13
HSL 39.4º 0.5% 0.74% -
HSV(B) 39.4º 0.3% 0.87% -
XYZ 55.85 58.09 38.84 -
YUV 199.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 221 198 154 0 0.10 0.30 0.13 39.4 0.5 0.74
Hex DD C6 9A 0 A 1E D 27 32 4A
Octal 335 306 232 0 12 36 15 47 62 112
Binary 11011101 11000110 10011010 0 1010 11110 1101 100111 110010 1001010

Color Harmonies of #DDC69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC69A

Black with #DDC69A

Text Example


Text Example

White with #DDC69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC69A; }

 p { color: rgb(221,198,154); }

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

background-color css

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

 a { background-color: rgb(221,198,154); }

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

border-color css

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

 span { border-color: rgb(221,198,154); }

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