Html Css Color HEX #DDC697 Raffia

📋 copy color: '#DDC697'

red 221 ◦ green 198 ◦ blue 151

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

Shades of Raffia #DDC697

Tints of Raffia #DDC697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.49%

R = 38.77%
G = 34.74%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDC697 (or 0xDDC697) is known color: Raffia. HEX triplet: DD, C6 and 97. RGB value is (221,198,151). Sum of RGB (Red+Green+Blue) = 221+198+151=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC697 is #223968. Grayscale: #C7C7C7. Windows color (decimal): -2242921 or 9946845. OLE color: 9946845.

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

Color convert

RGB 221 198 151 -
CMYK 0 0.10 0.32 0.13
HSL 40.29º 0.51% 0.73% -
HSV(B) 40.29º 0.32% 0.87% -
XYZ 55.6 57.99 37.54 -
YUV 199.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 221 198 151 0 0.10 0.32 0.13 40.29 0.51 0.73
Hex DD C6 97 0 A 20 D 28 33 49
Octal 335 306 227 0 12 40 15 50 63 111
Binary 11011101 11000110 10010111 0 1010 100000 1101 101000 110011 1001001

Color Harmonies of #DDC697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC697

Black with #DDC697

Text Example


Text Example

White with #DDC697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC697; }

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

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

background-color css

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

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

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

border-color css

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

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

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