Html Css Color HEX #DDC298 Raffia

📋 copy color: '#DDC298'

red 221 ◦ green 194 ◦ blue 152

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

Shades of Raffia #DDC298

Tints of Raffia #DDC298

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.22%

 BLUE value IS 152 (59.77% from 255) = 26.81%

R = 38.98%
G = 34.22%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDC298 (or 0xDDC298) is known color: Raffia. HEX triplet: DD, C2 and 98. RGB value is (221,194,152). Sum of RGB (Red+Green+Blue) = 221+194+152=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC298 is #223D67. Grayscale: #C5C5C5. Windows color (decimal): -2243944 or 10011357. OLE color: 10011357.

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

Color convert

RGB 221 194 152 -
CMYK 0 0.12 0.31 0.13
HSL 36.52º 0.5% 0.73% -
HSV(B) 36.52º 0.31% 0.87% -
XYZ 54.78 56.22 37.67 -
YUV 197.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 221 194 152 0 0.12 0.31 0.13 36.52 0.5 0.73
Hex DD C2 98 0 C 1F D 25 32 49
Octal 335 302 230 0 14 37 15 45 62 111
Binary 11011101 11000010 10011000 0 1100 11111 1101 100101 110010 1001001

Color Harmonies of #DDC298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC298

Black with #DDC298

Text Example


Text Example

White with #DDC298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC298; }

 p { color: rgb(221,194,152); }

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

background-color css

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

 a { background-color: rgb(221,194,152); }

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

border-color css

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

 span { border-color: rgb(221,194,152); }

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