Html Css Color HEX #DCC4A4 Raffia

📋 copy color: '#DCC4A4'

red 220 ◦ green 196 ◦ blue 164

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

Shades of Raffia #DCC4A4

Tints of Raffia #DCC4A4

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.79%

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

R = 37.93%
G = 33.79%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCC4A4 (or 0xDCC4A4) is known color: Raffia. HEX triplet: DC, C4 and A4. RGB value is (220,196,164). Sum of RGB (Red+Green+Blue) = 220+196+164=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 164 (64.45% from 255 or 28.28% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC4A4 is #233B5B. Grayscale: #C7C7C7. Windows color (decimal): -2308956 or 10798300. OLE color: 10798300.

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

Color convert

RGB 220 196 164 -
CMYK 0 0.11 0.25 0.14
HSL 34.29º 0.44% 0.75% -
HSV(B) 34.29º 0.25% 0.86% -
XYZ 55.96 57.38 43.25 -
YUV 199.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 220 196 164 0 0.11 0.25 0.14 34.29 0.44 0.75
Hex DC C4 A4 0 B 19 E 22 2C 4B
Octal 334 304 244 0 13 31 16 42 54 113
Binary 11011100 11000100 10100100 0 1011 11001 1110 100010 101100 1001011

Color Harmonies of #DCC4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4A4

Black with #DCC4A4

Text Example


Text Example

White with #DCC4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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