Html Css Color HEX #DDCDA3 Raffia

📋 copy color: '#DDCDA3'

red 221 ◦ green 205 ◦ blue 163

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

Shades of Raffia #DDCDA3

Tints of Raffia #DDCDA3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.8%

 BLUE value IS 163 (64.06% from 255) = 27.67%

R = 37.52%
G = 34.8%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DDCDA3 (or 0xDDCDA3) is known color: Raffia. HEX triplet: DD, CD and A3. RGB value is (221,205,163). Sum of RGB (Red+Green+Blue) = 221+205+163=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDA3 is #22325C. Grayscale: #CDCDCD. Windows color (decimal): -2241117 or 10735069. OLE color: 10735069.

HSL color Cylindrical-coordinate representation of color #DDCDA3: hue angle of 43.45º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDCDA3 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 163 -
CMYK 0 0.07 0.26 0.13
HSL 43.45º 0.46% 0.75% -
HSV(B) 43.45º 0.26% 0.87% -
XYZ 58.26 61.68 43.48 -
YUV 205 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 221 205 163 0 0.07 0.26 0.13 43.45 0.46 0.75
Hex DD CD A3 0 7 1A D 2B 2E 4B
Octal 335 315 243 0 7 32 15 53 56 113
Binary 11011101 11001101 10100011 0 111 11010 1101 101011 101110 1001011

Color Harmonies of #DDCDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCDA3

Black with #DDCDA3

Text Example


Text Example

White with #DDCDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCDA3; }

 p { color: rgb(221,205,163); }

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

background-color css

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

 a { background-color: rgb(221,205,163); }

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

border-color css

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

 span { border-color: rgb(221,205,163); }

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