Html Css Color HEX #DCCCA4 Raffia

📋 copy color: '#DCCCA4'

red 220 ◦ green 204 ◦ blue 164

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

Shades of Raffia #DCCCA4

Tints of Raffia #DCCCA4

RGB

 RED value IS 220 (86.33% from 255) = 37.41%

 GREEN value IS 204 (80.08% from 255) = 34.69%

 BLUE value IS 164 (64.45% from 255) = 27.89%

R = 37.41%
G = 34.69%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCCCA4 (or 0xDCCCA4) is known color: Raffia. HEX triplet: DC, CC and A4. RGB value is (220,204,164). Sum of RGB (Red+Green+Blue) = 220+204+164=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCA4 is #23335B. Grayscale: #CCCCCC. Windows color (decimal): -2306908 or 10800348. OLE color: 10800348.

HSL color Cylindrical-coordinate representation of color #DCCCA4: hue angle of 42.86º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCCCA4 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 164 -
CMYK 0 0.07 0.25 0.14
HSL 42.86º 0.44% 0.75% -
HSV(B) 42.86º 0.25% 0.86% -
XYZ 57.81 61.08 43.87 -
YUV 204.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 220 204 164 0 0.07 0.25 0.14 42.86 0.44 0.75
Hex DC CC A4 0 7 19 E 2B 2C 4B
Octal 334 314 244 0 7 31 16 53 54 113
Binary 11011100 11001100 10100100 0 111 11001 1110 101011 101100 1001011

Color Harmonies of #DCCCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCCA4

Black with #DCCCA4

Text Example


Text Example

White with #DCCCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCCA4; }

 p { color: rgb(220,204,164); }

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

background-color css

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

 a { background-color: rgb(220,204,164); }

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

border-color css

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

 span { border-color: rgb(220,204,164); }

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