Html Css Color HEX #DDCBA3 Raffia

📋 copy color: '#DDCBA3'

red 221 ◦ green 203 ◦ blue 163

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

Shades of Raffia #DDCBA3

Tints of Raffia #DDCBA3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.58%

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

R = 37.65%
G = 34.58%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DDCBA3 (or 0xDDCBA3) is known color: Raffia. HEX triplet: DD, CB and A3. RGB value is (221,203,163). Sum of RGB (Red+Green+Blue) = 221+203+163=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBA3 is #22345C. Grayscale: #CCCCCC. Windows color (decimal): -2241629 or 10734557. OLE color: 10734557.

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

Color convert

RGB 221 203 163 -
CMYK 0 0.08 0.26 0.13
HSL 41.38º 0.46% 0.75% -
HSV(B) 41.38º 0.26% 0.87% -
XYZ 57.79 60.73 43.33 -
YUV 203.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 221 203 163 0 0.08 0.26 0.13 41.38 0.46 0.75
Hex DD CB A3 0 8 1A D 29 2E 4B
Octal 335 313 243 0 10 32 15 51 56 113
Binary 11011101 11001011 10100011 0 1000 11010 1101 101001 101110 1001011

Color Harmonies of #DDCBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCBA3

Black with #DDCBA3

Text Example


Text Example

White with #DDCBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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