Html Css Color HEX #DDC699 Raffia

📋 copy color: '#DDC699'

red 221 ◦ green 198 ◦ blue 153

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

Shades of Raffia #DDC699

Tints of Raffia #DDC699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.75%

R = 38.64%
G = 34.62%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDC699 (or 0xDDC699) is known color: Raffia. HEX triplet: DD, C6 and 99. RGB value is (221,198,153). Sum of RGB (Red+Green+Blue) = 221+198+153=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC699 is #223966. Grayscale: #C7C7C7. Windows color (decimal): -2242919 or 10077917. OLE color: 10077917.

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

Color convert

RGB 221 198 153 -
CMYK 0 0.10 0.31 0.13
HSL 39.71º 0.5% 0.73% -
HSV(B) 39.71º 0.31% 0.87% -
XYZ 55.76 58.06 38.4 -
YUV 199.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 221 198 153 0 0.10 0.31 0.13 39.71 0.5 0.73
Hex DD C6 99 0 A 1F D 28 32 49
Octal 335 306 231 0 12 37 15 50 62 111
Binary 11011101 11000110 10011001 0 1010 11111 1101 101000 110010 1001001

Color Harmonies of #DDC699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC699

Black with #DDC699

Text Example


Text Example

White with #DDC699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC699; }

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

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

background-color css

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

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

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

border-color css

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

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

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