Html Css Color HEX #DDC598 Raffia

📋 copy color: '#DDC598'

red 221 ◦ green 197 ◦ blue 152

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

Shades of Raffia #DDC598

Tints of Raffia #DDC598

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.56%

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

R = 38.77%
G = 34.56%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDC598 (or 0xDDC598) is known color: Raffia. HEX triplet: DD, C5 and 98. RGB value is (221,197,152). Sum of RGB (Red+Green+Blue) = 221+197+152=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC598 is #223A67. Grayscale: #C7C7C7. Windows color (decimal): -2243176 or 10012125. OLE color: 10012125.

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

Color convert

RGB 221 197 152 -
CMYK 0 0.11 0.31 0.13
HSL 39.13º 0.5% 0.73% -
HSV(B) 39.13º 0.31% 0.87% -
XYZ 55.45 57.57 37.9 -
YUV 199.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 221 197 152 0 0.11 0.31 0.13 39.13 0.5 0.73
Hex DD C5 98 0 B 1F D 27 32 49
Octal 335 305 230 0 13 37 15 47 62 111
Binary 11011101 11000101 10011000 0 1011 11111 1101 100111 110010 1001001

Color Harmonies of #DDC598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC598

Black with #DDC598

Text Example


Text Example

White with #DDC598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC598; }

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

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

background-color css

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

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

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

border-color css

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

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

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