Html Css Color HEX #DDC89B Raffia

📋 copy color: '#DDC89B'

red 221 ◦ green 200 ◦ blue 155

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

Shades of Raffia #DDC89B

Tints of Raffia #DDC89B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.72%

 BLUE value IS 155 (60.94% from 255) = 26.91%

R = 38.37%
G = 34.72%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDC89B (or 0xDDC89B) is known color: Raffia. HEX triplet: DD, C8 and 9B. RGB value is (221,200,155). Sum of RGB (Red+Green+Blue) = 221+200+155=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC89B is #223764. Grayscale: #C9C9C9. Windows color (decimal): -2242405 or 10209501. OLE color: 10209501.

HSL color Cylindrical-coordinate representation of color #DDC89B: hue angle of 40.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDC89B is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 155 -
CMYK 0 0.10 0.30 0.13
HSL 40.91º 0.49% 0.74% -
HSV(B) 40.91º 0.3% 0.87% -
XYZ 56.39 59.05 39.44 -
YUV 201.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 221 200 155 0 0.10 0.30 0.13 40.91 0.49 0.74
Hex DD C8 9B 0 A 1E D 29 31 4A
Octal 335 310 233 0 12 36 15 51 61 112
Binary 11011101 11001000 10011011 0 1010 11110 1101 101001 110001 1001010

Color Harmonies of #DDC89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC89B

Black with #DDC89B

Text Example


Text Example

White with #DDC89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC89B; }

 p { color: rgb(221,200,155); }

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

background-color css

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

 a { background-color: rgb(221,200,155); }

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

border-color css

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

 span { border-color: rgb(221,200,155); }

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